utils: fix docs

This commit is contained in:
Wim Taymans 2012-07-18 17:30:04 +02:00
parent 107007f053
commit 586b1ca8c6

View file

@ -2777,8 +2777,9 @@ gst_pad_query_caps (GstPad * pad, GstCaps * filter)
* downstream in the preffered order. @filter might be %NULL but * downstream in the preffered order. @filter might be %NULL but
* if it is not %NULL the returned caps will be a subset of @filter. * 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: the caps of the peer pad with incremented ref-count. When there is
* returns %NULL when there is no peer pad. * no peer pad, this function returns @filter or, when @filter is %NULL, ANY
* caps.
*/ */
GstCaps * GstCaps *
gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter) gst_pad_peer_query_caps (GstPad * pad, GstCaps * filter)