summaryrefslogtreecommitdiffstats
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
commitb0e9b53bb78685de7333c9e1c6d3b82cd45f8794 (patch)
treefe3249c1002631702fa55d0b2545bd34bd505f8f
parent3a6dd6c30c114e1085c6496a8590fd0e3285d558 (diff)
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.
-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;