summaryrefslogtreecommitdiff
path: root/gst-libs
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-libs
parenta2d3231ec76c096fe11db91f9a6db92885442aec (diff)
downloadgstreamer-plugins-bad-fdb45d84fa5e2aa3ede319cfb130e9f840bc17e6.tar.gz
docs: remove some leftover 'Since 0.10.x' markers
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/interfaces/photography.c4
-rw-r--r--gst-libs/gst/interfaces/photography.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/gst-libs/gst/interfaces/photography.c b/gst-libs/gst/interfaces/photography.c
index 548103792..1799c52ba 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 e65c0d946..8c4496667 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
{