gst/gstbuffer.h: Small doc fix.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 31 Oct 2005 11:44:32 +0000 (11:44 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 31 Oct 2005 11:44:32 +0000 (11:44 +0000)
Original commit message from CVS:
* gst/gstbuffer.h:
Small doc fix.

ChangeLog
gst/gstbuffer.h

index 57802b7..d039e52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstbuffer.h:
+       Small doc fix.
+
 2005-10-31  Andy Wingo  <wingo@pobox.com>
 
        * Boo!
index cbf19b1..5602c2f 100644 (file)
@@ -99,7 +99,7 @@ typedef struct _GstBufferClass GstBufferClass;
  * @buf: a #GstBuffer.:
  *
  * The timestamp in nanoseconds (as a #GstClockTime) of the data in the buffer.
- * Value will be %GST_CLOCK_TIME_NONE if the duration is unknown.
+ * Value will be %GST_CLOCK_TIME_NONE if the timestamp is unknown.
  *
  */
 #define GST_BUFFER_TIMESTAMP(buf)              (GST_BUFFER_CAST(buf)->timestamp)