mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
utils: fix docs
This commit is contained in:
parent
107007f053
commit
586b1ca8c6
1 changed files with 3 additions and 2 deletions
|
@ -2777,8 +2777,9 @@ gst_pad_query_caps (GstPad * pad, GstCaps * filter)
|
|||
* downstream in the preffered 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. This function
|
||||
* returns %NULL when there is no peer pad.
|
||||
* 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.
|
||||
*/
|
||||
GstCaps *
|
||||
gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter)
|
||||
|
|
Loading…
Reference in a new issue