Searched defs:_GstBufferPoolClass (Results 1 – 1 of 1) sorted by relevance
125 struct _GstBufferPoolClass { struct126 GstObjectClass object_class;139 const gchar ** (*get_options) (GstBufferPool *pool);151 gboolean (*set_config) (GstBufferPool *pool, GstStructure *config);162 gboolean (*start) (GstBufferPool *pool);174 gboolean (*stop) (GstBufferPool *pool);189 GstFlowReturn (*acquire_buffer) (GstBufferPool *pool, GstBuffer **buffer,208 GstFlowReturn (*alloc_buffer) (GstBufferPool *pool, GstBuffer **buffer,223 void (*reset_buffer) (GstBufferPool *pool, GstBuffer *buffer);237 void (*release_buffer) (GstBufferPool *pool, GstBuffer *buffer);[all …]