From: Wim Taymans Date: Mon, 3 Dec 2007 11:04:09 +0000 (+0000) Subject: gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation. X-Git-Tag: RELEASE-0_10_16~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da899be6d555bccc97299a1419c6b75c3e44eca7;p=platform%2Fupstream%2Fgstreamer.git gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation. Original commit message from CVS: * gst/gstutils.c: Clarify gst_element_get_compatible_pad() documentation. Fixes #500919. --- diff --git a/ChangeLog b/ChangeLog index 385d603..9885e0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-03 Wim Taymans + + * gst/gstutils.c: + Clarify gst_element_get_compatible_pad() documentation. + Fixes #500919. + 2007-12-02 Sebastian Dröge * tests/check/Makefile.am: diff --git a/gst/gstutils.c b/gst/gstutils.c index f745659..27bbe77 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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,