mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
appsrc: Documentation fix in gst_app_src_push_sample_internal
Make it clear that it doesn't take ownership of the sample. https://bugzilla.gnome.org/show_bug.cgi?id=795150
This commit is contained in:
parent
cfb1a7f6e7
commit
06aa4e5b68
1 changed files with 3 additions and 0 deletions
|
@ -1984,6 +1984,9 @@ gst_app_src_push_buffer_list (GstAppSrc * appsrc, GstBufferList * buffer_list)
|
|||
* previous caps that were set on appsrc will be replaced by the caps
|
||||
* associated with the sample if not equal.
|
||||
*
|
||||
* This function does not take ownership of the
|
||||
* sample so the sample needs to be unreffed after calling this function.
|
||||
*
|
||||
* When the block property is TRUE, this function can block until free
|
||||
* space becomes available in the queue.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue