mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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.
This commit is contained in:
parent
3d4291cca0
commit
da899be6d5
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue