diff options
author | Andrzej Bieniek <andyhelp@gmail.com> | 2013-06-01 13:55:50 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-06-01 20:10:37 +0100 |
commit | 40d76021ba3dc791b17d5d1155a09872364e347d (patch) | |
tree | a49f1756d87289d6a39ce942c4d300a31ea6892c /docs | |
parent | 78f4fecff327821b163ada09961736231f1d89ba (diff) |
manual: fix comment in effectswitch example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/advanced-dataaccess.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml index c8c6be2cc..7661191a5 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); |