audiodecoder: really push pending events
This commit is contained in:
parent
e4e2e3c7b0
commit
8633eb391d
@ -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…
x
Reference in New Issue
Block a user