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
@ -1501,7 +1501,7 @@ eos:
|
|||||||
/**
|
/**
|
||||||
* gst_app_src_push_buffer:
|
* gst_app_src_push_buffer:
|
||||||
* @appsrc: a #GstAppSrc
|
* @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
|
* 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.
|
* push to its source pad. This function takes ownership of the buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user