mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
gst/gstbuffer.h: Small doc fix.
Original commit message from CVS: * gst/gstbuffer.h: Small doc fix.
This commit is contained in:
parent
4a9df820e3
commit
45a69909bc
2 changed files with 6 additions and 1 deletions
|
@ -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!
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue