manual: fix comment in effectswitch example
authorAndrzej Bieniek <andyhelp@gmail.com>
Sat, 1 Jun 2013 12:55:50 +0000 (13:55 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 1 Jun 2013 19:10:37 +0000 (20:10 +0100)
docs/manual/advanced-dataaccess.xml

index c8c6be2..7661191 100644 (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);