projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b4fa1
)
gst-libs/gst/app/gstappsink.c: Fix the docs.
author
Wim Taymans
<wim.taymans@gmail.com>
Wed, 29 Oct 2008 17:02:55 +0000
(17:02 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Wed, 29 Oct 2008 17:02:55 +0000
(17:02 +0000)
Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
Fix the docs.
gst-libs/gst/app/gstappsink.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/app/gstappsink.c
b/gst-libs/gst/app/gstappsink.c
index
4674715
..
4f6a20d
100644
(file)
--- 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.
*