gstbuffer.h: move FLAG_LAST documentation back to the bottom

This commit is contained in:
Mathieu Duponchelle 2018-01-31 14:01:36 +01:00
parent 5ce6487fa9
commit 8451a2ab04

View file

@ -210,13 +210,13 @@ typedef struct _GstBufferPool GstBufferPool;
* @GST_BUFFER_FLAG_SYNC_AFTER: Elements which write to disk or permanent
* storage should ensure the data is synced after
* 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.
* This can be used to mark important buffers, e.g. to flag
* RTP packets carrying keyframes or codec setup data for RTP
* Forward Error Correction purposes, or to prevent still video
* 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.
*/