From fdb45d84fa5e2aa3ede319cfb130e9f840bc17e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 3 Feb 2016 21:16:18 +0000 Subject: [PATCH] docs: remove some leftover 'Since 0.10.x' markers --- gst-libs/gst/interfaces/photography.c | 4 ---- gst-libs/gst/interfaces/photography.h | 2 -- gst/coloreffects/gstcoloreffects.h | 2 +- gst/debugutils/fpsdisplaysink.c | 2 -- 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/gst-libs/gst/interfaces/photography.c b/gst-libs/gst/interfaces/photography.c index 5481037929..1799c52ba8 100644 --- a/gst-libs/gst/interfaces/photography.c +++ b/gst-libs/gst/interfaces/photography.c @@ -299,8 +299,6 @@ GST_PHOTOGRAPHY_FUNC_TEMPLATE (flash_mode, GstPhotographyFlashMode); * Set the noise reduction mode for the #GstElement * * Returns: %TRUE if setting the value succeeded, %FALSE otherwise - * - * Since: 0.10.21 */ /** * gst_photography_get_noise_reduction: @@ -310,8 +308,6 @@ GST_PHOTOGRAPHY_FUNC_TEMPLATE (flash_mode, GstPhotographyFlashMode); * Get the noise reduction mode for the #GstElement * * Returns: %TRUE if getting the value succeeded, %FALSE otherwise - * - * Since: 0.10.21 */ GST_PHOTOGRAPHY_FUNC_TEMPLATE (noise_reduction, GstPhotographyNoiseReduction); diff --git a/gst-libs/gst/interfaces/photography.h b/gst-libs/gst/interfaces/photography.h index e65c0d9467..8c44966678 100644 --- a/gst-libs/gst/interfaces/photography.h +++ b/gst-libs/gst/interfaces/photography.h @@ -159,8 +159,6 @@ typedef struct _GstPhotography GstPhotography; * remaining noise. * * Noise Reduction features of a photography capture or filter element. - * - * Since: 0.10.21 */ typedef enum { diff --git a/gst/coloreffects/gstcoloreffects.h b/gst/coloreffects/gstcoloreffects.h index 32f223035d..50c9aa02af 100644 --- a/gst/coloreffects/gstcoloreffects.h +++ b/gst/coloreffects/gstcoloreffects.h @@ -45,7 +45,7 @@ typedef struct _GstColorEffectsClass GstColorEffectsClass; * @GST_CLUT_PRESET_SEPIA: Sepia toning filter * @GST_CLUT_PRESET_XRAY: Invert colors and slightly shade to cyan * @GST_CLUT_PRESET_XPRO: Cross Processing filter - * @GST_CLUT_PRESET_YELLOWBLUE: Visual magnifier high-contrast color filter. Since: 0.10.24 + * @GST_CLUT_PRESET_YELLOWBLUE: Visual magnifier high-contrast color filter * * The lookup table to use to convert input colors */ diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c index 4a01aa99f1..92b32019eb 100644 --- a/gst/debugutils/fpsdisplaysink.c +++ b/gst/debugutils/fpsdisplaysink.c @@ -197,8 +197,6 @@ fps_display_sink_class_init (GstFPSDisplaySinkClass * klass) * @avgfps: The average fps * * Signals the application about the measured fps - * - * Since: 0.10.20 */ fpsdisplaysink_signals[SIGNAL_FPS_MEASUREMENTS] = g_signal_new ("fps-measurements", G_TYPE_FROM_CLASS (klass),