mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
appsrc: fix annotations
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2189>
This commit is contained in:
parent
e4b9f6e6d8
commit
abd4846aaf
1 changed files with 3 additions and 3 deletions
|
@ -621,7 +621,7 @@ gst_app_src_class_init (GstAppSrcClass * klass)
|
|||
/**
|
||||
* GstAppSrc::push-buffer:
|
||||
* @appsrc: the appsrc
|
||||
* @buffer (transfer none): a buffer to push
|
||||
* @buffer: (transfer none): a buffer to push
|
||||
*
|
||||
* Adds a buffer to the queue of buffers that the appsrc element will
|
||||
* push to its source pad.
|
||||
|
@ -642,7 +642,7 @@ gst_app_src_class_init (GstAppSrcClass * klass)
|
|||
/**
|
||||
* GstAppSrc::push-buffer-list:
|
||||
* @appsrc: the appsrc
|
||||
* @buffer_list (transfer none): a buffer list to push
|
||||
* @buffer_list: (transfer none): a buffer list to push
|
||||
*
|
||||
* Adds a buffer list to the queue of buffers and buffer lists that the
|
||||
* appsrc element will push to its source pad.
|
||||
|
@ -665,7 +665,7 @@ gst_app_src_class_init (GstAppSrcClass * klass)
|
|||
/**
|
||||
* GstAppSrc::push-sample:
|
||||
* @appsrc: the appsrc
|
||||
* @sample (transfer none): a sample from which extract buffer to push
|
||||
* @sample: (transfer none): a sample from which extract buffer to push
|
||||
*
|
||||
* Extract a buffer from the provided sample and adds the extracted buffer
|
||||
* to the queue of buffers that the appsrc element will
|
||||
|
|
Loading…
Reference in a new issue