docs: fix typo in appsink docs so function gets cross-referenced properly

This commit is contained in:
Tim-Philipp Müller 2010-08-14 19:08:53 +01:00
parent e776699036
commit c3a519494b

View file

@ -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