audiodecoder: Let global tag events be handled the same way as other events
This commit is contained in:
parent
2a1f8a4da3
commit
e9fbba63b5
@ -1774,9 +1774,11 @@ gst_audio_decoder_sink_eventfunc (GstAudioDecoder * dec, GstEvent * event)
|
||||
gst_event_unref (event);
|
||||
event = NULL;
|
||||
ret = TRUE;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
/* fall through */
|
||||
}
|
||||
default:
|
||||
if (!GST_EVENT_IS_SERIALIZED (event)) {
|
||||
ret =
|
||||
|
Loading…
x
Reference in New Issue
Block a user