summaryrefslogtreecommitdiff
path: root/gst-libs/gst/insertbin
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-11-03 20:45:03 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-11-03 20:45:03 -0500
commit484f0a0cd341bd8d9e0c9bff5b0a134a5afa84b6 (patch)
treef9f3b1d96ee843e4bbe65954c274cdef7f713c7e /gst-libs/gst/insertbin
parent0a207c95dc3ac5e0db1267daeaaef44ed91812f1 (diff)
downloadgstreamer-plugins-bad-484f0a0cd341bd8d9e0c9bff5b0a134a5afa84b6.tar.gz
insertbin: Add doc for the ignored user-data in action signals
Diffstat (limited to 'gst-libs/gst/insertbin')
-rw-r--r--gst-libs/gst/insertbin/gstinsertbin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/insertbin/gstinsertbin.c b/gst-libs/gst/insertbin/gstinsertbin.c
index efa0e5b8e..748ae105b 100644
--- a/gst-libs/gst/insertbin/gstinsertbin.c
+++ b/gst-libs/gst/insertbin/gstinsertbin.c
@@ -149,6 +149,7 @@ gst_insert_bin_class_init (GstInsertBinClass * klass)
* @callback: the callback to call when the element has been added or not, or
* %NULL
* @user_data: The data to pass to the callback
+ * @user_data2: The user data of the signal (ignored)
*
* This action signal adds the filter like element before any other element
* in the bin.
@@ -168,6 +169,7 @@ gst_insert_bin_class_init (GstInsertBinClass * klass)
* @callback: the callback to call when the element has been added or not, or
* %NULL
* @user_data: The data to pass to the callback
+ * @user_data2: The user data of the signal (ignored)
*
* This action signal adds the filter like element after any other element
* in the bin.
@@ -188,6 +190,7 @@ gst_insert_bin_class_init (GstInsertBinClass * klass)
* @callback: the callback to call when the element has been added or not, or
* %NULL
* @user_data: The data to pass to the callback
+ * @user_data2: The user data of the signal (ignored)
*
* This action signal adds the filter like element before the @sibling
* element in the bin.
@@ -209,6 +212,7 @@ gst_insert_bin_class_init (GstInsertBinClass * klass)
* @callback: the callback to call when the element has been added or not, or
* %NULL
* @user_data: The data to pass to the callback
+ * @user_data2: The user data of the signal (ignored)
*
* This action signal adds the filter like element after the @sibling
* element in the bin.
@@ -231,6 +235,7 @@ gst_insert_bin_class_init (GstInsertBinClass * klass)
* @callback: the callback to call when the element has been removed or not,
* or %NULL
* @user_data: The data to pass to the callback
+ * @user_data2: The user data of the signal (ignored)
*
* This action signal removed the filter like element from the bin.
*