mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
manual: fix comment in effectswitch example
This commit is contained in:
parent
78f4fecff3
commit
40d76021ba
1 changed files with 1 additions and 1 deletions
|
@ -1396,7 +1396,7 @@ event_probe_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
|
|||
|
||||
gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info));
|
||||
|
||||
/* push current event back into the queue */
|
||||
/* push current effect back into the queue */
|
||||
g_queue_push_tail (&effects, gst_object_ref (cur_effect));
|
||||
/* take next effect from the queue */
|
||||
next = g_queue_pop_head (&effects);
|
||||
|
|
Loading…
Reference in a new issue