From f3850aca810d61c28ec7c7e197123b6f4ace6a8d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 29 Feb 2008 15:39:44 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ libs/gst/base/gstbasesink.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc03eb3f55..37ac16eff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-29 Wim Taymans + + * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init): + Small doc update. + 2008-02-29 Wim Taymans * gst/gstsegment.c: (gst_segment_set_seek), diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index da24efe3a3..063ad89700 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -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 */