diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-10-29 17:02:55 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-10-29 17:02:55 +0000 |
commit | 4f5adba6742acc41dabcd5e6d215189bad4f2eb1 (patch) | |
tree | e6278ea98ad3fb79d18f77d12032ab7659b7e50b /gst-libs/gst/app | |
parent | 8fac56594ef682ed5b0a33fd0fa633ace60e0a30 (diff) | |
download | gst-plugins-bad-4f5adba6742acc41dabcd5e6d215189bad4f2eb1.tar.gz gst-plugins-bad-4f5adba6742acc41dabcd5e6d215189bad4f2eb1.tar.bz2 gst-plugins-bad-4f5adba6742acc41dabcd5e6d215189bad4f2eb1.zip |
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.
Diffstat (limited to 'gst-libs/gst/app')
-rw-r--r-- | gst-libs/gst/app/gstappsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |