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  <wingo@pobox.com>

* 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.
This commit is contained in:
Andy Wingo 2005-11-22 11:57:51 +00:00
parent bdeae7cfcd
commit cb825feb2c

View file

@ -643,7 +643,7 @@ gst_qtdemux_loop_header (GstPad * pad)
stream->samples[stream->sample_index].duration;
}
if (qtdemux->need_discont) {
GstEvent *event = gst_event_new_newsegment (FALSE, 1.0,
GstEvent *event = gst_event_new_new_segment (FALSE, 1.0,
GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buf),
GST_CLOCK_TIME_NONE, 0);
gint n;