more change

Original commit message from CVS:
more change
This commit is contained in:
Thomas Vander Stichele 2002-04-17 14:58:17 +00:00
parent 243d255d57
commit af8f04c56e

View file

@ -80,7 +80,7 @@ Casts an object to a GstBuffer.
Gets the flags from this buffer. Gets the flags from this buffer.
</para> </para>
@buf: #GstBuffer to retrieve the flags from @buf: a #GstBuffer to retrieve the flags from
<!-- ##### MACRO GST_BUFFER_FLAG_IS_SET ##### --> <!-- ##### MACRO GST_BUFFER_FLAG_IS_SET ##### -->
@ -88,7 +88,7 @@ Gets the flags from this buffer.
Gives the status of a given #GstBufferFlag. Gives the status of a given #GstBufferFlag.
</para> </para>
@buf: #GstBuffer to query @buf: a #GstBuffer to query
@flag: the #GstBufferFlag to check @flag: the #GstBufferFlag to check
@ -97,8 +97,8 @@ Gives the status of a given #GstBufferFlag.
Sets a buffer flag. Sets a buffer flag.
</para> </para>
@buf: #GstBuffer to modify @buf: a #GstBuffer to modify
@flag: #GstBufferFlag to set @flag: the #GstBufferFlag to set
<!-- ##### MACRO GST_BUFFER_FLAG_UNSET ##### --> <!-- ##### MACRO GST_BUFFER_FLAG_UNSET ##### -->
@ -106,8 +106,8 @@ Sets a buffer flag.
Clears a buffer flag. Clears a buffer flag.
</para> </para>
@buf: #GstBuffer to modify @buf: a #GstBuffer to modify
@flag: #GstBufferFlag to clear @flag: the #GstBufferFlag to clear
<!-- ##### MACRO GST_BUFFER_DATA ##### --> <!-- ##### MACRO GST_BUFFER_DATA ##### -->
@ -115,7 +115,7 @@ Clears a buffer flag.
Retrieves a pointer to the data element of this buffer. Retrieves a pointer to the data element of this buffer.
</para> </para>
@buf: #GstBuffer to get data pointer of @buf: a #GstBuffer to get data pointer of
<!-- ##### MACRO GST_BUFFER_SIZE ##### --> <!-- ##### MACRO GST_BUFFER_SIZE ##### -->
@ -123,7 +123,7 @@ Retrieves a pointer to the data element of this buffer.
Gets the size of the data in this buffer. Gets the size of the data in this buffer.
</para> </para>
@buf: #GstBuffer to get data size of @buf: a #GstBuffer to get data size of
<!-- ##### MACRO GST_BUFFER_OFFSET ##### --> <!-- ##### MACRO GST_BUFFER_OFFSET ##### -->
@ -131,7 +131,7 @@ Gets the size of the data in this buffer.
Gets the offset in the source file of this buffer. Gets the offset in the source file of this buffer.
</para> </para>
@buf: #GstBuffer to get offset of @buf: a #GstBuffer to get offset of
<!-- ##### MACRO GST_BUFFER_MAXSIZE ##### --> <!-- ##### MACRO GST_BUFFER_MAXSIZE ##### -->
@ -139,7 +139,7 @@ Gets the offset in the source file of this buffer.
Gets the maximum size of this buffer. Gets the maximum size of this buffer.
</para> </para>
@buf: #GstBuffer to get maximum size of @buf: a #GstBuffer to get maximum size of
<!-- ##### MACRO GST_BUFFER_TIMESTAMP ##### --> <!-- ##### MACRO GST_BUFFER_TIMESTAMP ##### -->
@ -147,7 +147,7 @@ Gets the maximum size of this buffer.
Gets the timestamp for this buffer. Gets the timestamp for this buffer.
</para> </para>
@buf: #GstBuffer to get timestamp of @buf: a #GstBuffer to get timestamp of
<!-- ##### MACRO GST_BUFFER_BUFFERPOOL ##### --> <!-- ##### MACRO GST_BUFFER_BUFFERPOOL ##### -->
@ -155,7 +155,7 @@ Gets the timestamp for this buffer.
Gets the bufferpool for this buffer. Gets the bufferpool for this buffer.
</para> </para>
@buf: #GstBuffer to get bufferpool of @buf: a #GstBuffer to get bufferpool of
<!-- ##### MACRO GST_BUFFER_POOL_PRIVATE ##### --> <!-- ##### MACRO GST_BUFFER_POOL_PRIVATE ##### -->
@ -163,7 +163,7 @@ Gets the bufferpool for this buffer.
Gets the bufferpool private data. Gets the bufferpool private data.
</para> </para>
@buf: #GstBuffer to get bufferpool's private data of @buf: a #GstBuffer to get bufferpool's private data of
<!-- ##### MACRO GST_BUFFER_LOCK ##### --> <!-- ##### MACRO GST_BUFFER_LOCK ##### -->
@ -171,7 +171,7 @@ Gets the bufferpool private data.
Obtains a lock on the object, making serialization possible. Obtains a lock on the object, making serialization possible.
</para> </para>
@buf: #GstBuffer to lock @buf: a #GstBuffer to lock
<!-- ##### MACRO GST_BUFFER_TRYLOCK ##### --> <!-- ##### MACRO GST_BUFFER_TRYLOCK ##### -->
@ -180,7 +180,7 @@ Tries to obtain a lock on the buffer.
If it can't get immediately, will return FALSE. If it can't get immediately, will return FALSE.
</para> </para>
@buf: #GstBuffer to try to lock @buf: a #GstBuffer to try to lock
<!-- ##### MACRO GST_BUFFER_UNLOCK ##### --> <!-- ##### MACRO GST_BUFFER_UNLOCK ##### -->
@ -189,7 +189,7 @@ Releases a lock on the buffer.
</para> </para>
@buf: #GstBuffer to unlock @buf: a #GstBuffer to unlock
<!-- ##### MACRO GST_BUFFER_PARENT ##### --> <!-- ##### MACRO GST_BUFFER_PARENT ##### -->
@ -197,7 +197,7 @@ Releases a lock on the buffer.
Gets the parent of this buffer. The parent is set on sub-buffers. Gets the parent of this buffer. The parent is set on sub-buffers.
</para> </para>
@buf: #GstBuffer to get parent of @buf: a #GstBuffer to get parent of
<!-- ##### MACRO GST_BUFFER_MAXAGE ##### --> <!-- ##### MACRO GST_BUFFER_MAXAGE ##### -->
@ -205,7 +205,7 @@ Gets the parent of this buffer. The parent is set on sub-buffers.
Gets the maximum age of a buffer. Gets the maximum age of a buffer.
</para> </para>
@buf: #GstBuffer to get maximum age of @buf: a #GstBuffer to get maximum age of
<!-- ##### MACRO GST_BUFFER_COPY_FUNC ##### --> <!-- ##### MACRO GST_BUFFER_COPY_FUNC ##### -->
@ -213,7 +213,7 @@ Gets the maximum age of a buffer.
Calls the buffer-specific copy function on the given buffer. Calls the buffer-specific copy function on the given buffer.
</para> </para>
@buf: #GstBuffer to copy @buf: a #GstBuffer to copy
<!-- ##### MACRO GST_BUFFER_FREE_FUNC ##### --> <!-- ##### MACRO GST_BUFFER_FREE_FUNC ##### -->
@ -221,7 +221,7 @@ Calls the buffer-specific copy function on the given buffer.
Calls the buffer-specific free function on the given buffer. Calls the buffer-specific free function on the given buffer.
</para> </para>
@buf: #GstBuffer to free @buf: a #GstBuffer to free
<!-- ##### USER_FUNCTION GstBufferCopyFunc ##### --> <!-- ##### USER_FUNCTION GstBufferCopyFunc ##### -->
@ -229,8 +229,8 @@ Calls the buffer-specific free function on the given buffer.
This supplied function is used to copy the buffer contents. This supplied function is used to copy the buffer contents.
</para> </para>
@srcbuf: #GstBuffer to copy from @srcbuf: a #GstBuffer to copy from
@Returns: newly allocated #GstBuffer copy of srcbuf @Returns: a newly allocated #GstBuffer copy of srcbuf
<!-- ##### USER_FUNCTION GstBufferFreeFunc ##### --> <!-- ##### USER_FUNCTION GstBufferFreeFunc ##### -->
@ -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. This supplied function is called when the buffer data has to be freed.
</para> </para>
@buf: #GstBuffer to clear the buffer data of @buf: a #GstBuffer to clear the buffer data of
<!-- ##### ENUM GstBufferFlag ##### --> <!-- ##### ENUM GstBufferFlag ##### -->