diff -r 1ee5df4c9ccd -r 64b061775d06 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 Thu May 31 14:31:24 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;