From 4e87a5db298aebab014952b3f1460abf7868e83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 24 Mar 2008 17:45:36 +0000 Subject: [PATCH] ext/pango/gsttextoverlay.c: Fix Since: version for new property. Original commit message from CVS: * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init): Fix Since: version for new property. --- ChangeLog | 5 +++++ ext/pango/gsttextoverlay.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d10905efc..5f4556fe9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-24 Tim-Philipp Müller + + * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init): + Fix Since: version for new property. + 2008-03-24 Wim Taymans * gst-libs/gst/rtsp/gstrtspconnection.c: diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index acaba729f4..daff89c4f5 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -417,7 +417,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass) * If video and subtitles are sent in sync, like from the same demuxer, this * property should be set. * - * Since: 0.10.18 + * Since: 0.10.19 **/ g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_WAIT_TEXT, g_param_spec_boolean ("wait-text", "Wait Text",