summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-11-22 11:57:51 +0000
committerAndy Wingo <wingo@pobox.com>2005-11-22 11:57:51 +0000
commitee0e50b84d25f2886d41c9629c01edc376237fcd (patch)
tree6e3ef89bf1865953d42bfa95c6978adbcdc9741d /gst/qtdemux
parentba572e2d2ced78513a341e0f5edbec9ef71688fc (diff)
downloadgst-plugins-bad-ee0e50b84d25f2886d41c9629c01edc376237fcd.tar.gz
gst-plugins-bad-ee0e50b84d25f2886d41c9629c01edc376237fcd.tar.bz2
gst-plugins-bad-ee0e50b84d25f2886d41c9629c01edc376237fcd.zip
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.
Diffstat (limited to 'gst/qtdemux')
-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 8d0d5c3e..1350e9c6 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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;