# HG changeset patch # User rosfran # Date 1180532778 -3600 # Node ID 365a09aee64b5e0bc32c7ebd72854dae4235176f # Parent 668ecfca17897e103dcc31c00287aed027a48dd9 [svn r726] Fixed bug on NUV extendend header parsing. diff -r 668ecfca1789 -r 365a09aee64b gst-gmyth/nuvdemux/gstnuvdemux.c --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 14:43:43 2007 +0100 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 14:46:18 2007 +0100 @@ -517,7 +517,7 @@ unsigned char *data; GstBuffer *buf = NULL; - GstFlowReturn res = gst_nuv_demux_read_bytes (nuv, 12, FALSE, &buf); + GstFlowReturn res = gst_nuv_demux_read_bytes (nuv, 12, TRUE, &buf); if ((res != GST_FLOW_OK) || (buf == NULL)) { goto done;