mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
audioencoder: really push pending events
This commit is contained in:
parent
803b65613b
commit
24d71cf7a6
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ gst_audio_encoder_finish_frame (GstAudioEncoder * enc, GstBuffer * buf,
|
|||
priv->pending_events = NULL;
|
||||
|
||||
GST_DEBUG_OBJECT (enc, "Pushing pending events");
|
||||
for (l = priv->pending_events; l; l = l->next)
|
||||
for (l = pending_events; l; l = l->next)
|
||||
gst_pad_push_event (enc->srcpad, l->data);
|
||||
g_list_free (pending_events);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue