mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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);
|
gst_event_unref (event);
|
||||||
event = NULL;
|
event = NULL;
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
|
/* fall through */
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
if (!GST_EVENT_IS_SERIALIZED (event)) {
|
if (!GST_EVENT_IS_SERIALIZED (event)) {
|
||||||
|
|
Loading…
Reference in a new issue