From: Zaheer Abbas Merali Date: Wed, 28 Jul 2004 20:26:31 +0000 (+0000) Subject: ext/lame/gstlame.c: send tag events downstream X-Git-Tag: 1.16.2~901^2~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93d6475a67e945d97b8879f7bd8b16199d24fad7;p=platform%2Fupstream%2Fgst-plugins-good.git ext/lame/gstlame.c: send tag events downstream Original commit message from CVS: 2004-07-28 Zaheer Abbas Merali * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), (gst_shout2send_get_type), (gst_shout2send_set_clock), (gst_shout2send_class_init), (gst_shout2send_init), (set_shout_metadata), (gst_shout2send_set_metadata), (gst_shout2send_chain), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_connect), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: - fix for sending mp3 audio to icecast2 server, if pad link function not called before PAUSED state - added option to use GStreamer clock sync (as opposed to libshout's own sync) - added tagging support for mp3 audio broadcasted * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init): debug info --- diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index b919c74..08346eb 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -782,7 +782,7 @@ gst_lame_chain (GstPad * pad, GstData * _data) } else { g_assert_not_reached (); } - // gst_pad_event_default (pad, GST_EVENT (buf)); + gst_pad_event_default (pad, GST_EVENT (buf)); break; default: gst_pad_event_default (pad, GST_EVENT (buf));