mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
fc97139103
commit
4e87a5db29
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue