mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
libs/gst/base/gstbasesink.c: Small doc update.
Original commit message from CVS: * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init): Small doc update.
This commit is contained in:
parent
4203512af9
commit
f3850aca81
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
|
||||
Small doc update.
|
||||
|
||||
2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/gstsegment.c: (gst_segment_set_seek),
|
||||
|
|
|
@ -387,7 +387,8 @@ gst_base_sink_class_init (GstBaseSinkClass * klass)
|
|||
* GstBaseSink:last-buffer
|
||||
*
|
||||
* The last buffer that arrived in the sink and was used for preroll or for
|
||||
* rendering. This property can be used to generate thumbnails.
|
||||
* rendering. This property can be used to generate thumbnails. This property
|
||||
* can be NULL when the sink has not yet received a bufer.
|
||||
*
|
||||
* Since: 0.10.15
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue