mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: fix typo in appsink docs so function gets cross-referenced properly
This commit is contained in:
parent
e776699036
commit
c3a519494b
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass)
|
|||
* "emit-signals" property is %TRUE.
|
||||
*
|
||||
* The new buffer can be retrieved with the "pull-buffer-list" action
|
||||
* signal or gst_app_sink_pull_buffe_listr() either from this signal callback
|
||||
* signal or gst_app_sink_pull_buffer_list() either from this signal callback
|
||||
* or from any other thread.
|
||||
*
|
||||
* Note that this signal is only emited when the "emit-signals" property is
|
||||
|
|
Loading…
Reference in a new issue