mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
bufferpool: sprinkle some allow-none and out annotations for g-i
This commit is contained in:
parent
09900bbfb1
commit
366680ee59
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue