mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
bufferpool: fix docs
This commit is contained in:
parent
3e1a430c22
commit
ff0deeed9a
1 changed files with 2 additions and 2 deletions
|
@ -412,8 +412,8 @@ do_stop (GstBufferPool * pool)
|
|||
* @pool: a #GstBufferPool
|
||||
* @active: the new active state
|
||||
*
|
||||
* Control the active state of @pool. When the pool is active, new calls to
|
||||
* gst_buffer_pool_acquire_buffer() will return with GST_FLOW_FLUSHING.
|
||||
* Control the active state of @pool. When the pool is inactive, new calls to
|
||||
* gst_buffer_pool_acquire_buffer() will return with #GST_FLOW_FLUSHING.
|
||||
*
|
||||
* Activating the bufferpool will preallocate all resources in the pool based on
|
||||
* the configuration of the pool.
|
||||
|
|
Loading…
Reference in a new issue