~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gstbufferpool.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-12-19 10:25:15 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121219102515-3ja8ijopdr4hupsi
Tags: 1.0.4-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 * GstBufferPoolAcquireFlags:
45
45
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_NONE: no flags
46
46
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT: buffer is keyframe
47
 
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT: don't wait for buffer. This makes the
48
 
 * acquire_buffer method return GST_FLOW_EOS.
 
47
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT: when the bufferpool is empty, acquire_buffer
 
48
 * will by default block until a buffer is released into the pool again. Setting
 
49
 * this flag makes acquire_buffer return #GST_FLOW_EOS instead of blocking.
49
50
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT: buffer is discont
50
51
 * @GST_BUFFER_POOL_ACQUIRE_FLAG_LAST: last flag, subclasses can use private flags
51
52
 *    starting from this value.