mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
buffer: MARKER is for the start of a talkspurt
This commit is contained in:
parent
678e9704fc
commit
db59375785
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ typedef struct _GstBufferPool GstBufferPool;
|
||||||
* @GST_BUFFER_FLAG_CORRUPTED: the buffer data is corrupted.
|
* @GST_BUFFER_FLAG_CORRUPTED: the buffer data is corrupted.
|
||||||
* @GST_BUFFER_FLAG_MARKER: the buffer contains a media specific marker. for
|
* @GST_BUFFER_FLAG_MARKER: the buffer contains a media specific marker. for
|
||||||
* video this is typically the end of a frame boundary, for audio
|
* video this is typically the end of a frame boundary, for audio
|
||||||
* this is usually the end of a talkspurt.
|
* this is usually the start of a talkspurt.
|
||||||
* @GST_BUFFER_FLAG_HEADER: the buffer contains header information that is
|
* @GST_BUFFER_FLAG_HEADER: the buffer contains header information that is
|
||||||
* needed to decode the following data. The buffer
|
* needed to decode the following data. The buffer
|
||||||
* is also part of the headers of the STREAM_CONFIG event.
|
* is also part of the headers of the STREAM_CONFIG event.
|
||||||
|
|
Loading…
Reference in a new issue