From ee0e50b84d25f2886d41c9629c01edc376237fcd Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 22 Nov 2005 11:57:51 +0000 Subject: ext/faad/gstfaad.c (gst_faad_event) ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop) gst/qtdemux/qtdemux.c (gst_qtdemu... Original commit message from CVS: 2005-11-22 Andy Wingo * ext/faad/gstfaad.c (gst_faad_event) * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop) * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header) * gst/speed/gstspeed.c (speed_sink_event) * gst/tta/gstttaparse.c (gst_tta_parse_src_event) (gst_tta_parse_parse_header): Run update-funcnames. --- ext/ivorbis/vorbisfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ivorbis') diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c index 55c67adc..22668a8a 100644 --- a/ext/ivorbis/vorbisfile.c +++ b/ext/ivorbis/vorbisfile.c @@ -782,7 +782,7 @@ gst_ivorbisfile_loop (GstPad * pad) samples = (gint64) (ov_pcm_tell (&ivorbisfile->vf)); event = - gst_event_new_newsegment (FALSE, 1.0, GST_FORMAT_TIME, time, + gst_event_new_new_segment (FALSE, 1.0, GST_FORMAT_TIME, time, GST_CLOCK_TIME_NONE, 0); gst_pad_push_event (ivorbisfile->srcpad, event); -- cgit v1.2.1