gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 3 Dec 2007 11:04:09 +0000 (11:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 3 Dec 2007 11:04:09 +0000 (11:04 +0000)
Original commit message from CVS:
* gst/gstutils.c:
Clarify gst_element_get_compatible_pad() documentation.
Fixes #500919.

ChangeLog
gst/gstutils.c

index 385d603..9885e0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
+
+       * gst/gstutils.c:
+       Clarify gst_element_get_compatible_pad() documentation.
+       Fixes #500919.
+
 2007-12-02  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * tests/check/Makefile.am:
index f745659..27bbe77 100644 (file)
@@ -886,7 +886,7 @@ gst_element_request_compatible_pad (GstElement * element,
  * cases.
  *
  * Returns: the #GstPad to which a link can be made, or %NULL if one cannot be
- * found.
+ * found. gst_object_unref() after usage.
  */
 GstPad *
 gst_element_get_compatible_pad (GstElement * element, GstPad * pad,