docs: fix multiqueue docs for new template names foo_%d -> foo_%u
authorTim-Philipp Müller <tim@centricular.com>
Fri, 14 Mar 2014 18:40:31 +0000 (18:40 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 14 Mar 2014 18:40:31 +0000 (18:40 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=726358

plugins/elements/gstmultiqueue.c

index 29d6b63..0940787 100644 (file)
@@ -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.