From 366680ee591b6e38993a25a79cd9e20be913f73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 15 Sep 2015 18:05:11 +0100 Subject: [PATCH] bufferpool: sprinkle some allow-none and out annotations for g-i --- gst/gstbufferpool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. *