summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
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
commit7531337e949072e2e5ee6659e91962bb1835956b (patch)
treea68566185d7e3751e43b7b5bc4bde50bdcec57d1 /gst/qtdemux
parentccfc0d947c016a5be360721e0654a8710981ce2c (diff)
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/qtdemux')
-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;