summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-03-14 18:40:31 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-04-12 12:10:12 +0100
commit2b7412acae0e49bcfb9dcc60e242f963b69bb79a (patch)
treebd418f9922222e6c6dd76f3c7176c9ff7637d6d2
parent31597fcd68a379c8ec1997d6fe9f89f625687870 (diff)
downloadgstreamer-2b7412acae0e49bcfb9dcc60e242f963b69bb79a.tar.gz
docs: fix multiqueue docs for new template names foo_%d -> foo_%u
https://bugzilla.gnome.org/show_bug.cgi?id=726358
-rw-r--r--plugins/elements/gstmultiqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c
index df0c65d086..de2dd619ff 100644
--- a/plugins/elements/gstmultiqueue.c
+++ b/plugins/elements/gstmultiqueue.c
@@ -35,8 +35,8 @@
* <itemizedlist><title>Multiple streamhandling</title>
* <listitem><para>
* The element handles queueing data on more than one stream at once. To
- * achieve such a feature it has request sink pads (sink&percnt;d) and
- * 'sometimes' src pads (src&percnt;d).
+ * achieve such a feature it has request sink pads (sink&percnt;u) and
+ * 'sometimes' src pads (src&percnt;u).
* </para><para>
* When requesting a given sinkpad with gst_element_get_request_pad(),
* the associated srcpad for that stream will be created.