summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-11 16:34:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-11 16:34:36 +0000
commitc6b126037e8fdfd5e4b38472cbd8a045c8306d63 (patch)
treedd447e7d8e7c5031e8593cbf2e1057457c0a1d3a /gst/qtdemux/qtdemux.c
parentcda0cf8733857c8745888abf70560cf24d69700b (diff)
downloadgst-plugins-bad-c6b126037e8fdfd5e4b38472cbd8a045c8306d63.tar.gz
gst-plugins-bad-c6b126037e8fdfd5e4b38472cbd8a045c8306d63.tar.bz2
gst-plugins-bad-c6b126037e8fdfd5e4b38472cbd8a045c8306d63.zip
gst/: newsegment API update.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): * gst/tta/gstttaparse.c: (gst_tta_parse_src_event), (gst_tta_parse_parse_header): newsegment API update.
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-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 529c828f..fe29ba51 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -655,7 +655,7 @@ gst_qtdemux_loop_header (GstPad * pad)
stream->samples[stream->sample_index].duration;
}
if (qtdemux->need_discont) {
- GstEvent *event = gst_event_new_newsegment (1.0,
+ GstEvent *event = gst_event_new_newsegment (FALSE, 1.0,
GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buf),
GST_CLOCK_TIME_NONE, 0);
gint n;