diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-02-15 12:13:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-02-15 12:13:47 +0000 |
commit | 16775d85b10549595d4af052deb7508cbd1a4ea4 (patch) | |
tree | 94009bd6c9de01f9fbf64c7281b7eae06c6f4c31 | |
parent | 6e75290c497f7843cd53e6a5200329536ca469b1 (diff) | |
download | gst-plugins-bad-16775d85b10549595d4af052deb7508cbd1a4ea4.tar.gz gst-plugins-bad-16775d85b10549595d4af052deb7508cbd1a4ea4.tar.bz2 gst-plugins-bad-16775d85b10549595d4af052deb7508cbd1a4ea4.zip |
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 ...
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2006-02-15 Tim-Philipp Müller <tim at centricular dot net> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain): + It appears 100% equals 1/1 and not 100/1 ... + +2006-02-15 Tim-Philipp Müller <tim at centricular dot net> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering), (gst_qtdemux_chain): When buffering MDAT data, show the user something is diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index ffcfee56..506209b4 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -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; |