summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-03 21:16:18 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-02-03 21:16:18 +0000
commitfdb45d84fa5e2aa3ede319cfb130e9f840bc17e6 (patch)
tree94c4e5f8ea078500b0fa89c219b800f0d6a2032f /gst
parenta2d3231ec76c096fe11db91f9a6db92885442aec (diff)
downloadgstreamer-plugins-bad-fdb45d84fa5e2aa3ede319cfb130e9f840bc17e6.tar.gz
docs: remove some leftover 'Since 0.10.x' markers
Diffstat (limited to 'gst')
-rw-r--r--gst/coloreffects/gstcoloreffects.h2
-rw-r--r--gst/debugutils/fpsdisplaysink.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/gst/coloreffects/gstcoloreffects.h b/gst/coloreffects/gstcoloreffects.h
index 32f223035..50c9aa02a 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 4a01aa99f..92b32019e 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),