From: Tim-Philipp Müller Date: Tue, 15 Sep 2015 17:05:11 +0000 (+0100) Subject: bufferpool: sprinkle some allow-none and out annotations for g-i X-Git-Tag: 1.6.1~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=366680ee591b6e38993a25a79cd9e20be913f73c;p=platform%2Fupstream%2Fgstreamer.git bufferpool: sprinkle some allow-none and out annotations for g-i --- diff --git a/gst/gstbufferpool.c b/gst/gstbufferpool.c index bd53092a28..3bbff3428e 100644 --- a/gst/gstbufferpool.c +++ b/gst/gstbufferpool.c @@ -996,8 +996,8 @@ gst_buffer_pool_config_get_params (GstStructure * config, GstCaps ** caps, /** * gst_buffer_pool_config_get_allocator: * @config: (transfer none): a #GstBufferPool configuration - * @allocator: (transfer none): a #GstAllocator - * @params: #GstAllocationParams + * @allocator: (out) (allow-none) (transfer none): a #GstAllocator, or %NULL + * @params: (out) (allow-none): #GstAllocationParams, or %NULL * * Get the @allocator and @params from @config. *