[0.11] gstreamer: buffer: fix docs some more

Wim Taymans wtay at kemper.freedesktop.org
Fri Oct 28 07:46:00 PDT 2011


Module: gstreamer
Branch: 0.11
Commit: 66e4966aeebdc7b085a818022cf5a019152c3cbc
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=66e4966aeebdc7b085a818022cf5a019152c3cbc

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Oct 28 16:45:23 2011 +0200

buffer: fix docs some more

---

 gst/gstbuffer.h |    4 ++--
 1 files 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.



More information about the gstreamer-commits mailing list