mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
app: fix g-i annotation for gst_app_src_push_buffer()
It takes ownership of the buffer.
This commit is contained in:
parent
b307bb5782
commit
020eb24dcf
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue