mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
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:
parent
bdeae7cfcd
commit
cb825feb2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue