mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
appsrc: Minor documentation cleanup
This commit is contained in:
parent
4f5a263381
commit
91084f49c0
1 changed files with 4 additions and 4 deletions
|
@ -1742,13 +1742,13 @@ gst_app_src_push_buffer (GstAppSrc * appsrc, GstBuffer * buffer)
|
|||
/**
|
||||
* gst_app_src_push_sample:
|
||||
* @appsrc: a #GstAppSrc
|
||||
* @sample: (transfer none): a #GstSample from wich extract buffer to
|
||||
* push and caps to set
|
||||
* @sample: (transfer none): a #GstSample from which buffer and caps may be
|
||||
* extracted
|
||||
*
|
||||
* Extract a buffer from the provided sample and adds it to the queue of
|
||||
* buffers that the appsrc element will push to its source pad. Any
|
||||
* previous caps setted on appsrc will be replaced by the caps associated
|
||||
* with the sample if not equal.
|
||||
* previous caps that were set on appsrc will be replaced by the caps
|
||||
* associated with the sample if not equal.
|
||||
*
|
||||
* When the block property is TRUE, this function can block until free
|
||||
* space becomes available in the queue.
|
||||
|
|
Loading…
Reference in a new issue