From b1ff48c1a1c294403dc1ffc49c4a1e9e489a35d4 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 16 Nov 2013 13:06:37 +0000 Subject: docs: remove old 0.10 Since markers They're just confusing. --- sys/ximage/ximagesink.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/ximage') diff --git a/sys/ximage/ximagesink.c b/sys/ximage/ximagesink.c index 93fe19d7a..867830efb 100644 --- a/sys/ximage/ximagesink.c +++ b/sys/ximage/ximagesink.c @@ -1952,8 +1952,6 @@ gst_ximagesink_class_init (GstXImageSinkClass * klass) * GstXImageSink:window-width * * Actual width of the video window. - * - * Since: 0.10.32 */ g_object_class_install_property (gobject_class, PROP_WINDOW_WIDTH, g_param_spec_uint64 ("window-width", "window-width", @@ -1964,8 +1962,6 @@ gst_ximagesink_class_init (GstXImageSinkClass * klass) * GstXImageSink:window-height * * Actual height of the video window. - * - * Since: 0.10.32 */ g_object_class_install_property (gobject_class, PROP_WINDOW_HEIGHT, g_param_spec_uint64 ("window-height", "window-height", -- cgit v1.2.3