From: Wim Taymans Date: Wed, 18 Jul 2012 15:30:04 +0000 (+0200) Subject: utils: fix docs X-Git-Tag: RELEASE-0.11.93~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=586b1ca8c659e4f39bfe75706ba9ce40dbae09d6;p=platform%2Fupstream%2Fgstreamer.git utils: fix docs --- diff --git a/gst/gstutils.c b/gst/gstutils.c index 6bf9d24..1c2435d 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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)