audiodecoder: Let global tag events be handled the same way as other events
This commit is contained in:
parent
2a1f8a4da3
commit
e9fbba63b5
@ -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…
x
Reference in New Issue
Block a user