From e1b28dc3273e595af8a715fa6cea8c504ed3c97a Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 29 Jul 2012 23:20:07 +0200 Subject: [PATCH] utils: Update annotation for get_compatible_pad https://bugzilla.gnome.org/show_bug.cgi?id=680804 --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index 1c2435d589..53866dc24e 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -974,7 +974,7 @@ gst_pad_check_link (GstPad * srcpad, GstPad * sinkpad) * gst_element_get_compatible_pad: * @element: (transfer none): a #GstElement in which the pad should be found. * @pad: (transfer none): the #GstPad to find a compatible one for. - * @caps: the #GstCaps to use as a filter. + * @caps: (allow-none): the #GstCaps to use as a filter. * * Looks for an unlinked pad to which the given pad can link. It is not * guaranteed that linking the pads will work, though it should work in most