mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
audiodecoder: really push pending events
This commit is contained in:
parent
e4e2e3c7b0
commit
8633eb391d
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ gst_audio_decoder_finish_frame (GstAudioDecoder * dec, GstBuffer * buf,
|
|||
priv->pending_events = NULL;
|
||||
|
||||
GST_DEBUG_OBJECT (dec, "Pushing pending events");
|
||||
for (l = priv->pending_events; l; l = l->next)
|
||||
for (l = pending_events; l; l = l->next)
|
||||
gst_pad_push_event (dec->srcpad, l->data);
|
||||
g_list_free (pending_events);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue