From c3a519494bb68b96b2b9ac9c1326abb6a3364f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 14 Aug 2010 19:08:53 +0100 Subject: [PATCH] docs: fix typo in appsink docs so function gets cross-referenced properly --- gst-libs/gst/app/gstappsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 1129388fa1..9bcc91eac2 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -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