mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
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:
parent
31597fcd68
commit
2b7412acae
1 changed files with 2 additions and 2 deletions
|
@ -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%d) and
|
* achieve such a feature it has request sink pads (sink%u) and
|
||||||
* 'sometimes' src pads (src%d).
|
* 'sometimes' src pads (src%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.
|
||||||
|
|
Loading…
Reference in a new issue