mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
buffer: Clarify that the MARKER flag maps to the corresponding RTP header flag
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1776>
This commit is contained in:
parent
b0afaffc5d
commit
5849570fe8
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ typedef struct _GstBufferPool GstBufferPool;
|
|||
* @GST_BUFFER_FLAG_CORRUPTED: the buffer data is corrupted.
|
||||
* @GST_BUFFER_FLAG_MARKER: the buffer contains a media specific marker. for
|
||||
* video this is the end of a frame boundary, for audio
|
||||
* this is the start of a talkspurt.
|
||||
* this is the start of a talkspurt. for RTP
|
||||
* packets this matches the marker flag in the
|
||||
* RTP packet header.
|
||||
* @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