gst/qtdemux/qtdemux.c: It appears 100% equals 1/1 and not 100/1 ...

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
It appears 100% equals 1/1 and not 100/1 ...
This commit is contained in:
Tim-Philipp Müller 2006-02-15 12:13:47 +00:00
parent ccfc0d947c
commit 7531337e94

View file

@ -932,7 +932,7 @@ gst_qtdemux_chain (GstPad * sinkpad, GstBuffer * inbuf)
demux->offset += demux->neededbytes;
demux->neededbytes = 16;
demux->state = QTDEMUX_STATE_INITIAL;
gst_qtdemux_post_buffering (demux, 100, 1);
gst_qtdemux_post_buffering (demux, 1, 1);
}
break;