diff options
author | Andy Wingo <wingo@pobox.com> | 2005-11-22 11:57:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-11-22 11:57:51 +0000 |
commit | ee0e50b84d25f2886d41c9629c01edc376237fcd (patch) | |
tree | 6e3ef89bf1865953d42bfa95c6978adbcdc9741d /gst/speed | |
parent | ba572e2d2ced78513a341e0f5edbec9ef71688fc (diff) | |
download | gst-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/speed')
-rw-r--r-- | gst/speed/gstspeed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 850ebc81..fb04f35e 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -589,7 +589,7 @@ speed_sink_event (GstPad * pad, GstEvent * event) GstFormat format, conv_format; gint64 start_value, stop_value, base; - gst_event_parse_newsegment (event, &update, &rate, &format, &start_value, + gst_event_parse_new_segment (event, &update, &rate, &format, &start_value, &stop_value, &base); g_assert (filter->speed > 0); @@ -631,7 +631,7 @@ speed_sink_event (GstPad * pad, GstEvent * event) gst_event_unref (event); event = - gst_event_new_newsegment (update, rate, format, start_value, + gst_event_new_new_segment (update, rate, format, start_value, stop_value, base); |