app: fix g-i annotation for gst_app_src_push_buffer()

It takes ownership of the buffer.
This commit is contained in:
Tim-Philipp Müller 2012-11-21 21:53:13 +00:00
parent b307bb5782
commit 020eb24dcf

View 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.