summaryrefslogtreecommitdiff
path: root/gst/gstghostpad.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-11-08 00:32:36 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-11-08 00:32:36 +0000
commit16dcd5e958679a20d60b963cb44889e59aa9fbf1 (patch)
treec41be06d0c15bb5c1b381f70a0aaea38599196c1 /gst/gstghostpad.c
parent68173bdb06bd5cdb87caad18afff67daaa0be1bc (diff)
downloadgstreamer-16dcd5e958679a20d60b963cb44889e59aa9fbf1.tar.gz
docs: fix Since: markers for API added after 0.10.35
Diffstat (limited to 'gst/gstghostpad.c')
-rw-r--r--gst/gstghostpad.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index d198fec5e6..d8fb3ea263 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -88,7 +88,7 @@ static GParamSpec *pspec_caps = NULL;
* Returns: (transfer none) (array zero-terminated=1): a zero-terminated array
* of #GstQueryType.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
const GstQueryType *
gst_proxy_pad_query_type_default (GstPad * pad)
@@ -115,7 +115,7 @@ gst_proxy_pad_query_type_default (GstPad * pad)
*
* Returns: TRUE if the event was handled.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_event_default (GstPad * pad, GstEvent * event)
@@ -145,7 +145,7 @@ gst_proxy_pad_event_default (GstPad * pad, GstEvent * event)
*
* Returns: TRUE if the query could be performed.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_query_default (GstPad * pad, GstQuery * query)
@@ -174,7 +174,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstQuery * query)
* Returns: a #GstIterator of #GstPad, or NULL if @pad has no parent. Unref each
* returned pad with gst_object_unref().
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstIterator *
gst_proxy_pad_iterate_internal_links_default (GstPad * pad)
@@ -213,7 +213,7 @@ gst_proxy_pad_iterate_internal_links_default (GstPad * pad)
* An error can occur if the pad is not connected or when the downstream
* peer elements cannot provide an acceptable buffer.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_bufferalloc_default (GstPad * pad, guint64 offset, guint size,
@@ -246,7 +246,7 @@ gst_proxy_pad_bufferalloc_default (GstPad * pad, guint64 offset, guint size,
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_chain_default (GstPad * pad, GstBuffer * buffer)
@@ -273,7 +273,7 @@ gst_proxy_pad_chain_default (GstPad * pad, GstBuffer * buffer)
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_chain_list_default (GstPad * pad, GstBufferList * list)
@@ -302,7 +302,7 @@ gst_proxy_pad_chain_list_default (GstPad * pad, GstBufferList * list)
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_getrange_default (GstPad * pad, guint64 offset, guint size,
@@ -328,7 +328,7 @@ gst_proxy_pad_getrange_default (GstPad * pad, guint64 offset, guint size,
*
* Returns: a #gboolean from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_checkgetrange_default (GstPad * pad)
@@ -352,7 +352,7 @@ gst_proxy_pad_checkgetrange_default (GstPad * pad)
*
* Returns: (transfer full): the caps of the pad with incremented ref-count
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstCaps *
gst_proxy_pad_getcaps_default (GstPad * pad)
@@ -416,7 +416,7 @@ done:
*
* Returns: TRUE if the pad can accept the caps.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_acceptcaps_default (GstPad * pad, GstCaps * caps)
@@ -447,7 +447,7 @@ gst_proxy_pad_acceptcaps_default (GstPad * pad, GstCaps * caps)
*
* Invoke the default fixatecaps function of the proxy pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_proxy_pad_fixatecaps_default (GstPad * pad, GstCaps * caps)
@@ -474,7 +474,7 @@ gst_proxy_pad_fixatecaps_default (GstPad * pad, GstCaps * caps)
* Returns: TRUE if the caps could be set. FALSE if the caps were not fixed
* or bad parameters were provided to this function.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_setcaps_default (GstPad * pad, GstCaps * caps)
@@ -525,7 +525,7 @@ gst_proxy_pad_get_target (GstPad * pad)
* Returns: (transfer full): the target #GstProxyPad, can be NULL.
* Unref target pad after usage.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstProxyPad *
gst_proxy_pad_get_internal (GstProxyPad * pad)
@@ -549,7 +549,7 @@ gst_proxy_pad_get_internal (GstProxyPad * pad)
*
* Invoke the default unlink function of the proxy pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_proxy_pad_unlink_default (GstPad * pad)
@@ -695,7 +695,7 @@ static void gst_ghost_pad_dispose (GObject * object);
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_internal_activate_push_default (GstPad * pad, gboolean active)
@@ -726,7 +726,7 @@ gst_ghost_pad_internal_activate_push_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_internal_activate_pull_default (GstPad * pad, gboolean active)
@@ -772,7 +772,7 @@ gst_ghost_pad_internal_activate_pull_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_activate_push_default (GstPad * pad, gboolean active)
@@ -801,7 +801,7 @@ gst_ghost_pad_activate_push_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_activate_pull_default (GstPad * pad, gboolean active)
@@ -845,7 +845,7 @@ gst_ghost_pad_activate_pull_default (GstPad * pad, gboolean active)
*
* Returns: #GstPadLinkReturn of the operation
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstPadLinkReturn
gst_ghost_pad_link_default (GstPad * pad, GstPad * peer)
@@ -876,7 +876,7 @@ gst_ghost_pad_link_default (GstPad * pad, GstPad * peer)
*
* Invoke the default unlink function of a ghost pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_ghost_pad_unlink_default (GstPad * pad)
@@ -956,7 +956,7 @@ on_src_target_unlinked (GstPad * pad, GstPad * peer, gpointer user_data)
*
* Returns: %TRUE if the operation was successful
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_setcaps_default (GstPad * pad, GstCaps * caps)