From e9fbba63b5dbae495d1fb94aa6e56557c615afb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Aug 2012 16:55:19 +0200 Subject: [PATCH] audiodecoder: Let global tag events be handled the same way as other events --- gst-libs/gst/audio/gstaudiodecoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/gstaudiodecoder.c b/gst-libs/gst/audio/gstaudiodecoder.c index c057708..791004e 100644 --- a/gst-libs/gst/audio/gstaudiodecoder.c +++ b/gst-libs/gst/audio/gstaudiodecoder.c @@ -1774,8 +1774,10 @@ gst_audio_decoder_sink_eventfunc (GstAudioDecoder * dec, GstEvent * event) gst_event_unref (event); event = NULL; ret = TRUE; + break; } - break; + + /* fall through */ } default: if (!GST_EVENT_IS_SERIALIZED (event)) { -- 2.7.4