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.
This commit is contained in:
Tim-Philipp Müller 2008-03-24 17:45:36 +00:00
parent fc97139103
commit 4e87a5db29
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
* ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
Fix Since: version for new property.
2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/rtsp/gstrtspconnection.c:

View file

@ -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",