Searched refs:do_alloc_buffer (Results 1 – 2 of 2) sorted by relevance
266 do_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer, in do_alloc_buffer() function338 if (do_alloc_buffer (pool, &buffer, NULL) != GST_FLOW_OK) in default_start()1140 result = do_alloc_buffer (pool, buffer, params); in default_acquire_buffer()
24362 When allocating a new buffer in the pool, both the do_alloc_buffer() and the24364 Nonetheless, when default_acquire_buffer() calls the do_alloc_buffer() it does24367 This one-liner patch pass the received acquire params to do_alloc_buffer().