From: Sebastian Dröge Date: Wed, 23 Feb 2022 08:13:54 +0000 (+0200) Subject: buffer: Clarify that the MARKER flag maps to the corresponding RTP header flag X-Git-Tag: 1.22.0~2333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5849570fe80de642aa1afce95da6a6d9a2c52d9a;p=platform%2Fupstream%2Fgstreamer.git buffer: Clarify that the MARKER flag maps to the corresponding RTP header flag Part-of: --- diff --git a/subprojects/gstreamer/gst/gstbuffer.h b/subprojects/gstreamer/gst/gstbuffer.h index ee352d9..9e487b7 100644 --- a/subprojects/gstreamer/gst/gstbuffer.h +++ b/subprojects/gstreamer/gst/gstbuffer.h @@ -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