mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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;
|
priv->pending_events = NULL;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (dec, "Pushing pending events");
|
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);
|
gst_pad_push_event (dec->srcpad, l->data);
|
||||||
g_list_free (pending_events);
|
g_list_free (pending_events);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue