From 586b1ca8c659e4f39bfe75706ba9ce40dbae09d6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Jul 2012 17:30:04 +0200 Subject: [PATCH] utils: fix docs --- gst/gstutils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.7.4