From 66e4966aeebdc7b085a818022cf5a019152c3cbc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 28 Oct 2011 16:45:23 +0200 Subject: [PATCH] buffer: fix docs some more --- gst/gstbuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index f685edf..cb97ad1 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -231,8 +231,8 @@ typedef enum { * @pts: presentation timestamp of the buffer, can be #GST_CLOCK_TIME_NONE when the * pts is not known or relevant. The pts contains the timestamp when the * media should be presented to the user. - * @pts: presentation timestamp of the buffer, can be #GST_CLOCK_TIME_NONE when the - * pts is not known or relevant. The dts contains the timestamp when the + * @dts: decoding timestamp of the buffer, can be #GST_CLOCK_TIME_NONE when the + * dts is not known or relevant. The dts contains the timestamp when the * media should be processed. * @duration: duration in time of the buffer data, can be #GST_CLOCK_TIME_NONE * when the duration is not known or relevant. -- 2.7.4