gst/gstbuffer.h: Small doc fix.

Original commit message from CVS:
* gst/gstbuffer.h:
Small doc fix.
This commit is contained in:
Wim Taymans 2005-10-31 11:44:32 +00:00
parent 4a9df820e3
commit 45a69909bc
2 changed files with 6 additions and 1 deletions

View file

@ -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!

View 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)