ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | params |
gst_buffer_new_allocate ( GstAllocator* allocator, gsize size, GstAllocationParams* params ) » |
| PARAM | params |
gst_buffer_pool_config_set_allocator ( GstStructure* config, GstAllocator* allocator, GstAllocationParams const* params ) » |
| PARAM | params |
gst_buffer_pool_config_get_allocator ( GstStructure* config, GstAllocator** allocator, GstAllocationParams* params ) » |
| PARAM | params |
gst_allocation_params_copy ( GstAllocationParams const* params ) » |
| PARAM | params |
gst_allocation_params_free ( GstAllocationParams* params ) » |
| PARAM | params |
gst_allocation_params_init ( GstAllocationParams* params ) » |
| PARAM | params |
gst_allocator_alloc ( GstAllocator* allocator, gsize size, GstAllocationParams* params ) » |
| PARAM | params |
gst_query_add_allocation_param ( GstQuery* query, GstAllocator* allocator, GstAllocationParams const* params ) » |
| PARAM | params |
gst_query_parse_nth_allocation_param ( GstQuery* query, guint index, GstAllocator** allocator, GstAllocationParams* params ) » |
| PARAM | params |
gst_query_set_nth_allocation_param ( GstQuery* query, guint index, GstAllocator* allocator, GstAllocationParams const* params ) » |
| RETURN | gst_allocation_params_copy ( GstAllocationParams const* params ) » |
|
| FIELD | .params | struct _GstBufferPoolPrivate { ... guint cur_buffers, GstAllocator* allocator, GstAllocationParams params } » |