From 484f0a0cd341bd8d9e0c9bff5b0a134a5afa84b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Mon, 3 Nov 2014 20:45:03 -0500 Subject: [PATCH] insertbin: Add doc for the ignored user-data in action signals --- gst-libs/gst/insertbin/gstinsertbin.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/insertbin/gstinsertbin.c b/gst-libs/gst/insertbin/gstinsertbin.c index efa0e5b8e3..748ae105b2 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. *