author | rosfran |
Wed May 30 14:46:18 2007 +0100 (2007-05-30) | |
branch | trunk |
changeset 720 | 365a09aee64b |
parent 719 | 668ecfca1789 |
child 721 | 53ab6ef49c33 |
1.1 --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 14:43:43 2007 +0100 1.2 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Wed May 30 14:46:18 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;