mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
gstbuffer: update documentation
remove unclear documentation about GST_BUFFER_FLAG_MARKER
This commit is contained in:
parent
c05cb9504d
commit
8a20d66b10
1 changed files with 4 additions and 4 deletions
|
@ -194,8 +194,8 @@ typedef struct _GstBufferPool GstBufferPool;
|
|||
* and this buffer is a good point to resynchronize.
|
||||
* @GST_BUFFER_FLAG_CORRUPTED: the buffer data is corrupted.
|
||||
* @GST_BUFFER_FLAG_MARKER: the buffer contains a media specific marker. for
|
||||
* video this is typically the end of a frame boundary, for audio
|
||||
* this is usually the start of a talkspurt.
|
||||
* video this is the end of a frame boundary, for audio
|
||||
* this is the start of a talkspurt.
|
||||
* @GST_BUFFER_FLAG_HEADER: the buffer contains header information that is
|
||||
* needed to decode the following data.
|
||||
* @GST_BUFFER_FLAG_GAP: the buffer has been created to fill a gap in the
|
||||
|
|
Loading…
Reference in a new issue