From: Andrzej Bieniek Date: Sat, 1 Jun 2013 12:55:50 +0000 (+0100) Subject: manual: fix comment in effectswitch example X-Git-Tag: 1.1.1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40d76021ba3dc791b17d5d1155a09872364e347d;p=platform%2Fupstream%2Fgstreamer.git manual: fix comment in effectswitch example --- diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index c8c6be2..7661191 100644 --- a/docs/manual/advanced-dataaccess.xml +++ b/docs/manual/advanced-dataaccess.xml @@ -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);