mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
utils: add 'transfer full' annotation to gst_pad_peer_query_caps
https://bugzilla.gnome.org/show_bug.cgi?id=763912
This commit is contained in:
parent
b7cffa4522
commit
94036e86c0
1 changed files with 3 additions and 3 deletions
|
@ -2867,9 +2867,9 @@ gst_pad_query_caps (GstPad * pad, GstCaps * filter)
|
|||
* downstream in the preferred order. @filter might be %NULL but
|
||||
* if it is not %NULL the returned caps will be a subset of @filter.
|
||||
*
|
||||
* Returns: the caps of the peer pad with incremented ref-count. When there is
|
||||
* no peer pad, this function returns @filter or, when @filter is %NULL, ANY
|
||||
* caps.
|
||||
* Returns: (transfer full): the caps of the peer pad with incremented
|
||||
* ref-count. When there is no peer pad, this function returns @filter or,
|
||||
* when @filter is %NULL, ANY caps.
|
||||
*/
|
||||
GstCaps *
|
||||
gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter)
|
||||
|
|
Loading…
Reference in a new issue