mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
bufferpool: clarify docs
This commit is contained in:
parent
12f835ca43
commit
064145c097
1 changed files with 3 additions and 2 deletions
|
@ -44,8 +44,9 @@ typedef struct _GstBufferPoolClass GstBufferPoolClass;
|
|||
* GstBufferPoolAcquireFlags:
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_NONE: no flags
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT: buffer is keyframe
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT: don't wait for buffer. This makes the
|
||||
* acquire_buffer method return GST_FLOW_EOS.
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT: when the bufferpool is empty, acquire_buffer
|
||||
* will by default block until a buffer is released into the pool again. Setting
|
||||
* this flag makes acquire_buffer return #GST_FLOW_EOS instead of blocking.
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT: buffer is discont
|
||||
* @GST_BUFFER_POOL_ACQUIRE_FLAG_LAST: last flag, subclasses can use private flags
|
||||
* starting from this value.
|
||||
|
|
Loading…
Reference in a new issue