From 4f5adba6742acc41dabcd5e6d215189bad4f2eb1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 29 Oct 2008 17:02:55 +0000 Subject: [PATCH] gst-libs/gst/app/gstappsink.c: Fix the docs. Original commit message from CVS: * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init): Fix the docs. --- ChangeLog | 5 +++++ gst-libs/gst/app/gstappsink.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c38fe7efe3..7885bea383 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-29 Wim Taymans + + * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init): + Fix the docs. + 2008-10-29 Wim Taymans Patch by: Robin Stocker diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 467471513e..4f6a20d1a4 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -232,7 +232,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass) * This signal is emited from the steaming thread and only when the * "emit-signals" property is %TRUE. * - * The new preroll buffer can be retrieved with the "pull-buffer" action + * The new buffer can be retrieved with the "pull-buffer" action * signal or gst_app_sink_pull_buffer() either from this signal callback * or from any other thread. *