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:
Wim Taymans 2008-02-29 15:39:44 +00:00
parent 4203512af9
commit f3850aca81
2 changed files with 7 additions and 1 deletions

View file

@ -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> 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/gstsegment.c: (gst_segment_set_seek), * gst/gstsegment.c: (gst_segment_set_seek),

View file

@ -387,7 +387,8 @@ gst_base_sink_class_init (GstBaseSinkClass * klass)
* GstBaseSink:last-buffer * GstBaseSink:last-buffer
* *
* The last buffer that arrived in the sink and was used for preroll or for * 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 * Since: 0.10.15
*/ */