ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | pool |
gst_buffer_pool_release_buffer ( GstBufferPool* pool, GstBuffer* buffer ) » |
| PARAM | pool |
gst_buffer_pool_set_active ( GstBufferPool* pool, gboolean active ) » |
| PARAM | pool |
gst_buffer_pool_is_active ( GstBufferPool* pool ) » |
| PARAM | pool |
gst_buffer_pool_set_config ( GstBufferPool* pool, GstStructure* config ) » |
| PARAM | pool |
gst_buffer_pool_get_config ( GstBufferPool* pool ) » |
| PARAM | pool |
gst_buffer_pool_get_options ( GstBufferPool* pool ) » |
| PARAM | pool |
gst_buffer_pool_has_option ( GstBufferPool* pool, gchar const* option ) » |
| PARAM | pool |
gst_buffer_pool_acquire_buffer ( GstBufferPool* pool, GstBuffer** buffer, GstBufferPoolAcquireParams* params ) » |
| PARAM | pool |
gst_buffer_pool_set_flushing ( GstBufferPool* pool, gboolean flushing ) » |
| PARAM | pool |
gst_query_add_allocation_pool ( GstQuery* query, GstBufferPool* pool, guint size, guint min_buffers, guint max_buffers ) » |
| PARAM | pool |
gst_query_parse_nth_allocation_pool ( GstQuery* query, guint index, GstBufferPool** pool, guint* size, guint* min_buffers, guint* max_buffers ) » |
| PARAM | pool |
gst_query_set_nth_allocation_pool ( GstQuery* query, guint index, GstBufferPool* pool, guint size, guint min_buffers, guint max_buffers ) » |
| RETURN | gst_buffer_pool_new ( ) » | |
| FIELD | .pool | struct _GstBuffer { GstMiniObject mini_object, GstBufferPool* pool, GstClockTime pts, GstClockTime dts, GstClockTime duration, guint64 offset, guint64 offset_end } » |