From: Wim Taymans Date: Sun, 30 Oct 2011 20:33:11 +0000 (+0100) Subject: buffer: improve docs X-Git-Tag: RELEASE-0.11.2~540 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=289d2d62ba2b57caec0dae0f39926e37ef1b0172;p=platform%2Fupstream%2Fgstreamer.git buffer: improve docs --- diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index cb97ad1..f3b7277 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -26,7 +26,6 @@ #include #include -#include #include G_BEGIN_DECLS @@ -351,8 +350,7 @@ gst_buffer_ref (GstBuffer * buf) * @buf: (transfer full): a #GstBuffer. * * 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 - * also be freed at this time. + * with the associated metadata and memoty will be freed. */ #ifdef _FOOL_GTK_DOC_ G_INLINE_FUNC void gst_buffer_unref (GstBuffer * buf);