mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
buffer: improve docs
This commit is contained in:
parent
7f6495d713
commit
289d2d62ba
1 changed files with 1 additions and 3 deletions
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include <gst/gstminiobject.h>
|
#include <gst/gstminiobject.h>
|
||||||
#include <gst/gstclock.h>
|
#include <gst/gstclock.h>
|
||||||
#include <gst/gstcaps.h>
|
|
||||||
#include <gst/gstmemory.h>
|
#include <gst/gstmemory.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -351,8 +350,7 @@ gst_buffer_ref (GstBuffer * buf)
|
||||||
* @buf: (transfer full): a #GstBuffer.
|
* @buf: (transfer full): a #GstBuffer.
|
||||||
*
|
*
|
||||||
* Decreases the refcount of the buffer. If the refcount reaches 0, the buffer
|
* Decreases the refcount of the buffer. If the refcount reaches 0, the buffer
|
||||||
* will be freed. If GST_BUFFER_MALLOCDATA() is non-NULL, this pointer will
|
* with the associated metadata and memoty will be freed.
|
||||||
* also be freed at this time.
|
|
||||||
*/
|
*/
|
||||||
#ifdef _FOOL_GTK_DOC_
|
#ifdef _FOOL_GTK_DOC_
|
||||||
G_INLINE_FUNC void gst_buffer_unref (GstBuffer * buf);
|
G_INLINE_FUNC void gst_buffer_unref (GstBuffer * buf);
|
||||||
|
|
Loading…
Reference in a new issue