plugins/elements/gstmultiqueue.c: Small docs fix.

Original commit message from CVS:
* plugins/elements/gstmultiqueue.c:
Small docs fix.
This commit is contained in:
Tim-Philipp Müller 2008-05-05 16:25:23 +00:00
parent a87948275c
commit 76f4e0eec9
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-05-05 Tim-Philipp Müller <tim.muller at collabora co uk>
* plugins/elements/gstmultiqueue.c:
Small docs fix.
2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):

View file

@ -35,12 +35,12 @@
* <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_%d) and
* 'sometimes' src pads (src_%d).
* achieve such a feature it has request sink pads (sink%d) and
* 'sometimes' src pads (src%d).
* </para><para>
* When requesting a given sinkpad with gst_element_get_request_pad(),
* the associated srcpad for that stream will be created.
* Ex: requesting sink_1 will generate src_1.
* Example: requesting sink1 will generate src1.
* </para></listitem>
* </itemizedlist>
* </listitem>