diff -r 1ee5df4c9ccd -r c397a899490f gst-gmyth/nuvdemux/gstnuvdemux.c --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Fri May 25 19:46:59 2007 +0100 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 19:53:13 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;