manual: fix comment in effectswitch example

This commit is contained in:
Andrzej Bieniek 2013-06-01 13:55:50 +01:00 committed by Tim-Philipp Müller
parent 78f4fecff3
commit 40d76021ba

View file

@ -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);