mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
8fac56594e
commit
4f5adba674
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue