bufferpool: sprinkle some allow-none and out annotations for g-i

This commit is contained in:
Tim-Philipp Müller 2015-09-15 18:05:11 +01:00
parent 09900bbfb1
commit 366680ee59

View file

@ -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.
*