mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
gstbuffer.h: move FLAG_LAST documentation back to the bottom
This commit is contained in:
parent
5ce6487fa9
commit
8451a2ab04
1 changed files with 2 additions and 2 deletions
|
@ -210,13 +210,13 @@ typedef struct _GstBufferPool GstBufferPool;
|
||||||
* @GST_BUFFER_FLAG_SYNC_AFTER: Elements which write to disk or permanent
|
* @GST_BUFFER_FLAG_SYNC_AFTER: Elements which write to disk or permanent
|
||||||
* storage should ensure the data is synced after
|
* storage should ensure the data is synced after
|
||||||
* writing the contents of this buffer. (Since 1.6)
|
* writing the contents of this buffer. (Since 1.6)
|
||||||
* @GST_BUFFER_FLAG_LAST: additional media specific flags can be added starting from
|
|
||||||
* this flag.
|
|
||||||
* @GST_BUFFER_FLAG_NON_DROPPABLE: This buffer is important and should not be dropped.
|
* @GST_BUFFER_FLAG_NON_DROPPABLE: This buffer is important and should not be dropped.
|
||||||
* This can be used to mark important buffers, e.g. to flag
|
* This can be used to mark important buffers, e.g. to flag
|
||||||
* RTP packets carrying keyframes or codec setup data for RTP
|
* RTP packets carrying keyframes or codec setup data for RTP
|
||||||
* Forward Error Correction purposes, or to prevent still video
|
* Forward Error Correction purposes, or to prevent still video
|
||||||
* frames from being dropped by elements due to QoS. (Since 1.14)
|
* frames from being dropped by elements due to QoS. (Since 1.14)
|
||||||
|
* @GST_BUFFER_FLAG_LAST: additional media specific flags can be added starting from
|
||||||
|
* this flag.
|
||||||
*
|
*
|
||||||
* A set of buffer flags used to describe properties of a #GstBuffer.
|
* A set of buffer flags used to describe properties of a #GstBuffer.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue