From: Tim-Philipp Müller Date: Wed, 20 Jan 2010 01:33:38 +0000 (+0000) Subject: docs: minor gtk-doc markup fixes X-Git-Tag: RELEASE-0.10.26~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=745b35e7d493f270804cedb35d90a1653968e29b;p=platform%2Fupstream%2Fgstreamer.git docs: minor gtk-doc markup fixes --- diff --git a/docs/plugins/gstreamer-plugins-sections.txt b/docs/plugins/gstreamer-plugins-sections.txt index ac16702..6f80cc5 100644 --- a/docs/plugins/gstreamer-plugins-sections.txt +++ b/docs/plugins/gstreamer-plugins-sections.txt @@ -197,6 +197,7 @@ GstTeePullMode GstTeeClass GST_TEE +GST_TEE_CAST GST_IS_TEE GST_TYPE_TEE GST_TEE_CLASS diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index 81d8d1e..0b8439c 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -34,8 +34,8 @@ * Multiple streamhandling * * 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). * * When requesting a given sinkpad with gst_element_get_request_pad(), * the associated srcpad for that stream will be created. diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c index 52fd637..05b4b80 100644 --- a/plugins/elements/gstqueue2.c +++ b/plugins/elements/gstqueue2.c @@ -27,8 +27,8 @@ * @short_description: Asynchronous data queue. * * Data is queued until one of the limits specified by the - * #GstQueue22:max-size-buffers, #GstQueue22:max-size-bytes and/or - * #GstQueue22:max-size-time properties has been reached. Any attempt to push + * #GstQueue2:max-size-buffers, #GstQueue2:max-size-bytes and/or + * #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 * becomes available. * @@ -36,7 +36,7 @@ * processing on sink and source pad. * * 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 * two seconds worth of data, whichever is reached first.