summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-15 12:13:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-15 12:13:47 +0000
commit16775d85b10549595d4af052deb7508cbd1a4ea4 (patch)
tree94009bd6c9de01f9fbf64c7281b7eae06c6f4c31 /gst
parent6e75290c497f7843cd53e6a5200329536ca469b1 (diff)
downloadgst-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 ...
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
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;