mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
audiodecoder: Let global tag events be handled the same way as other events
This commit is contained in:
parent
2a1f8a4da3
commit
e9fbba63b5
1 changed files with 3 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue