docs: fix multiqueue docs for new template names foo_%d -> foo_%u

https://bugzilla.gnome.org/show_bug.cgi?id=726358
This commit is contained in:
Tim-Philipp Müller 2014-03-14 18:40:31 +00:00
parent 31597fcd68
commit 2b7412acae

View file

@ -35,8 +35,8 @@
* <itemizedlist><title>Multiple streamhandling</title> * <itemizedlist><title>Multiple streamhandling</title>
* <listitem><para> * <listitem><para>
* The element handles queueing data on more than one stream at once. To * 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 * achieve such a feature it has request sink pads (sink&percnt;u) and
* 'sometimes' src pads (src&percnt;d). * 'sometimes' src pads (src&percnt;u).
* </para><para> * </para><para>
* When requesting a given sinkpad with gst_element_get_request_pad(), * When requesting a given sinkpad with gst_element_get_request_pad(),
* the associated srcpad for that stream will be created. * the associated srcpad for that stream will be created.