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>
Sat, 12 Apr 2014 11:10:12 +0000 (12:10 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=726358

plugins/elements/gstmultiqueue.c

index df0c65d0863242774737747cfa46ad586987e276..de2dd619ff4e085fb4e2d3116f185beb479cd483 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.