summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-11 16:33:08 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-11 16:33:08 +0000
commit3a6dd6c30c114e1085c6496a8590fd0e3285d558 (patch)
treef56b2d4bde3196db1eca61cc729b97daeeea4c62 /gst/auparse
parentd9100aa5d072f5d936bd75e0b48254024b4382a5 (diff)
newsegment API update.
Original commit message from CVS: * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame): * ext/flac/gstflacdec.c: (gst_flacdec_write): * gst/auparse/gstauparse.c: (gst_auparse_chain): * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek): * gst/goom/gstgoom.c: (gst_goom_event): * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file): * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek), (gst_wavparse_stream_headers), (gst_wavparse_stream_data), (gst_wavparse_loop), (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event): newsegment API update.
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index da284d38..d3546916 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -370,7 +370,7 @@ Samples :
event = NULL;
- event = gst_event_new_newsegment (1.0, GST_FORMAT_DEFAULT,
+ event = gst_event_new_newsegment (FALSE, 1.0, GST_FORMAT_DEFAULT,
0, GST_CLOCK_TIME_NONE, 0);