From db59375785f11786fa24f225a01aada637297718 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Apr 2012 15:32:04 +0200 Subject: [PATCH] buffer: MARKER is for the start of a talkspurt --- gst/gstbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 0b3a7f86f1..5b0a854bc0 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -184,7 +184,7 @@ 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 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 * needed to decode the following data. The buffer * is also part of the headers of the STREAM_CONFIG event.