docs: fix typo in appsink docs so function gets cross-referenced properly
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Aug 2010 18:08:53 +0000 (19:08 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Aug 2010 18:12:37 +0000 (19:12 +0100)
gst-libs/gst/app/gstappsink.c

index 1129388..9bcc91e 100644 (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