mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: fix typo in buffer docs
This commit is contained in:
parent
cb4ac0cf70
commit
ae5e44bfb3
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +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
|
||||||
* with the associated metadata and memoty will be freed.
|
* with the associated metadata and memory will be freed.
|
||||||
*/
|
*/
|
||||||
#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