diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst-libs/gst/app/gstappsink.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk> + * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init): + Fix the docs. + +2008-10-29 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Robin Stocker <robin at nibor dot org> * gst/real/gstrealvideodec.c: (gst_real_video_dec_setcaps): diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 46747151..4f6a20d1 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. * |