docs: minor gtk-doc markup fixes

This commit is contained in:
Tim-Philipp Müller 2010-01-20 01:33:38 +00:00
parent 72a6096ed9
commit 745b35e7d4
3 changed files with 6 additions and 5 deletions

View file

@ -197,6 +197,7 @@ GstTeePullMode
<SUBSECTION Standard> <SUBSECTION Standard>
GstTeeClass GstTeeClass
GST_TEE GST_TEE
GST_TEE_CAST
GST_IS_TEE GST_IS_TEE
GST_TYPE_TEE GST_TYPE_TEE
GST_TEE_CLASS GST_TEE_CLASS

View file

@ -34,8 +34,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&percnt;d) and
* 'sometimes' src pads (src%d). * 'sometimes' src pads (src&percnt;d).
* </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.

View file

@ -27,8 +27,8 @@
* @short_description: Asynchronous data queue. * @short_description: Asynchronous data queue.
* *
* Data is queued until one of the limits specified by the * Data is queued until one of the limits specified by the
* #GstQueue22:max-size-buffers, #GstQueue22:max-size-bytes and/or * #GstQueue2:max-size-buffers, #GstQueue2:max-size-bytes and/or
* #GstQueue22:max-size-time properties has been reached. Any attempt to push * #GstQueue2:max-size-time properties has been reached. Any attempt to push
* more buffers into the queue will block the pushing thread until more space * more buffers into the queue will block the pushing thread until more space
* becomes available. * becomes available.
* *
@ -36,7 +36,7 @@
* processing on sink and source pad. * processing on sink and source pad.
* *
* You can query how many buffers are queued by reading the * You can query how many buffers are queued by reading the
* #GstQueue22:current-level-buffers property. * #GstQueue2:current-level-buffers property.
* *
* The default queue size limits are 100 buffers, 2MB of data, or * The default queue size limits are 100 buffers, 2MB of data, or
* two seconds worth of data, whichever is reached first. * two seconds worth of data, whichever is reached first.