branch | trunk |
changeset 721 | 53ab6ef49c33 |
parent 716 | 1ee5df4c9ccd |
child 725 | a102805611e7 |
1.1 --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Fri May 25 19:46:59 2007 +0100 1.2 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 19:52:46 2007 +0100 1.3 @@ -517,7 +517,7 @@ 1.4 unsigned char *data; 1.5 GstBuffer *buf = NULL; 1.6 1.7 - GstFlowReturn res = gst_nuv_demux_read_bytes (nuv, 12, FALSE, &buf); 1.8 + GstFlowReturn res = gst_nuv_demux_read_bytes (nuv, 12, TRUE, &buf); 1.9 1.10 if ((res != GST_FLOW_OK) || (buf == NULL)) { 1.11 goto done;