diff --git a/docs/gst/tmpl/gstbuffer.sgml b/docs/gst/tmpl/gstbuffer.sgml index a3e315f369..834280d472 100644 --- a/docs/gst/tmpl/gstbuffer.sgml +++ b/docs/gst/tmpl/gstbuffer.sgml @@ -80,7 +80,7 @@ Casts an object to a GstBuffer. Gets the flags from this buffer. -@buf: #GstBuffer to retrieve the flags from +@buf: a #GstBuffer to retrieve the flags from @@ -88,7 +88,7 @@ Gets the flags from this buffer. Gives the status of a given #GstBufferFlag. -@buf: #GstBuffer to query +@buf: a #GstBuffer to query @flag: the #GstBufferFlag to check @@ -97,8 +97,8 @@ Gives the status of a given #GstBufferFlag. Sets a buffer flag. -@buf: #GstBuffer to modify -@flag: #GstBufferFlag to set +@buf: a #GstBuffer to modify +@flag: the #GstBufferFlag to set @@ -106,8 +106,8 @@ Sets a buffer flag. Clears a buffer flag. -@buf: #GstBuffer to modify -@flag: #GstBufferFlag to clear +@buf: a #GstBuffer to modify +@flag: the #GstBufferFlag to clear @@ -115,7 +115,7 @@ Clears a buffer flag. Retrieves a pointer to the data element of this buffer. -@buf: #GstBuffer to get data pointer of +@buf: a #GstBuffer to get data pointer of @@ -123,7 +123,7 @@ Retrieves a pointer to the data element of this buffer. Gets the size of the data in this buffer. -@buf: #GstBuffer to get data size of +@buf: a #GstBuffer to get data size of @@ -131,7 +131,7 @@ Gets the size of the data in this buffer. Gets the offset in the source file of this buffer. -@buf: #GstBuffer to get offset of +@buf: a #GstBuffer to get offset of @@ -139,7 +139,7 @@ Gets the offset in the source file of this buffer. Gets the maximum size of this buffer. -@buf: #GstBuffer to get maximum size of +@buf: a #GstBuffer to get maximum size of @@ -147,7 +147,7 @@ Gets the maximum size of this buffer. Gets the timestamp for this buffer. -@buf: #GstBuffer to get timestamp of +@buf: a #GstBuffer to get timestamp of @@ -155,7 +155,7 @@ Gets the timestamp for this buffer. Gets the bufferpool for this buffer. -@buf: #GstBuffer to get bufferpool of +@buf: a #GstBuffer to get bufferpool of @@ -163,7 +163,7 @@ Gets the bufferpool for this buffer. Gets the bufferpool private data. -@buf: #GstBuffer to get bufferpool's private data of +@buf: a #GstBuffer to get bufferpool's private data of @@ -171,7 +171,7 @@ Gets the bufferpool private data. Obtains a lock on the object, making serialization possible. -@buf: #GstBuffer to lock +@buf: a #GstBuffer to lock @@ -180,7 +180,7 @@ Tries to obtain a lock on the buffer. If it can't get immediately, will return FALSE. -@buf: #GstBuffer to try to lock +@buf: a #GstBuffer to try to lock @@ -189,7 +189,7 @@ Releases a lock on the buffer. -@buf: #GstBuffer to unlock +@buf: a #GstBuffer to unlock @@ -197,7 +197,7 @@ Releases a lock on the buffer. Gets the parent of this buffer. The parent is set on sub-buffers. -@buf: #GstBuffer to get parent of +@buf: a #GstBuffer to get parent of @@ -205,7 +205,7 @@ Gets the parent of this buffer. The parent is set on sub-buffers. Gets the maximum age of a buffer. -@buf: #GstBuffer to get maximum age of +@buf: a #GstBuffer to get maximum age of @@ -213,7 +213,7 @@ Gets the maximum age of a buffer. Calls the buffer-specific copy function on the given buffer. -@buf: #GstBuffer to copy +@buf: a #GstBuffer to copy @@ -221,7 +221,7 @@ Calls the buffer-specific copy function on the given buffer. Calls the buffer-specific free function on the given buffer. -@buf: #GstBuffer to free +@buf: a #GstBuffer to free @@ -229,8 +229,8 @@ Calls the buffer-specific free function on the given buffer. This supplied function is used to copy the buffer contents. -@srcbuf: #GstBuffer to copy from -@Returns: newly allocated #GstBuffer copy of srcbuf +@srcbuf: a #GstBuffer to copy from +@Returns: a newly allocated #GstBuffer copy of srcbuf @@ -238,7 +238,7 @@ This supplied function is used to copy the buffer contents. This supplied function is called when the buffer data has to be freed. -@buf: #GstBuffer to clear the buffer data of +@buf: a #GstBuffer to clear the buffer data of