app: fix g-i annotation for gst_app_src_push_buffer()
authorTim-Philipp Müller <tim@centricular.net>
Wed, 21 Nov 2012 21:53:13 +0000 (21:53 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 21 Nov 2012 21:53:13 +0000 (21:53 +0000)
It takes ownership of the buffer.

gst-libs/gst/app/gstappsrc.c

index 5018752..87cef19 100644 (file)
@@ -1501,7 +1501,7 @@ eos:
 /**
  * gst_app_src_push_buffer:
  * @appsrc: a #GstAppSrc
- * @buffer: a #GstBuffer to push
+ * @buffer: (transfer full): a #GstBuffer to push
  *
  * Adds a buffer to the queue of buffers that the appsrc element will
  * push to its source pad.  This function takes ownership of the buffer.