mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
docs: remove some leftover 'Since 0.10.x' markers
This commit is contained in:
parent
a2d3231ec7
commit
fdb45d84fa
4 changed files with 1 additions and 9 deletions
|
@ -299,8 +299,6 @@ GST_PHOTOGRAPHY_FUNC_TEMPLATE (flash_mode, GstPhotographyFlashMode);
|
||||||
* Set the noise reduction mode for the #GstElement
|
* Set the noise reduction mode for the #GstElement
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if setting the value succeeded, %FALSE otherwise
|
* Returns: %TRUE if setting the value succeeded, %FALSE otherwise
|
||||||
*
|
|
||||||
* Since: 0.10.21
|
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* gst_photography_get_noise_reduction:
|
* gst_photography_get_noise_reduction:
|
||||||
|
@ -310,8 +308,6 @@ GST_PHOTOGRAPHY_FUNC_TEMPLATE (flash_mode, GstPhotographyFlashMode);
|
||||||
* Get the noise reduction mode for the #GstElement
|
* Get the noise reduction mode for the #GstElement
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if getting the value succeeded, %FALSE otherwise
|
* Returns: %TRUE if getting the value succeeded, %FALSE otherwise
|
||||||
*
|
|
||||||
* Since: 0.10.21
|
|
||||||
*/
|
*/
|
||||||
GST_PHOTOGRAPHY_FUNC_TEMPLATE (noise_reduction, GstPhotographyNoiseReduction);
|
GST_PHOTOGRAPHY_FUNC_TEMPLATE (noise_reduction, GstPhotographyNoiseReduction);
|
||||||
|
|
||||||
|
|
|
@ -159,8 +159,6 @@ typedef struct _GstPhotography GstPhotography;
|
||||||
* remaining noise.
|
* remaining noise.
|
||||||
*
|
*
|
||||||
* Noise Reduction features of a photography capture or filter element.
|
* Noise Reduction features of a photography capture or filter element.
|
||||||
*
|
|
||||||
* Since: 0.10.21
|
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
|
@ -45,7 +45,7 @@ typedef struct _GstColorEffectsClass GstColorEffectsClass;
|
||||||
* @GST_CLUT_PRESET_SEPIA: Sepia toning filter
|
* @GST_CLUT_PRESET_SEPIA: Sepia toning filter
|
||||||
* @GST_CLUT_PRESET_XRAY: Invert colors and slightly shade to cyan
|
* @GST_CLUT_PRESET_XRAY: Invert colors and slightly shade to cyan
|
||||||
* @GST_CLUT_PRESET_XPRO: Cross Processing filter
|
* @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
|
* The lookup table to use to convert input colors
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -197,8 +197,6 @@ fps_display_sink_class_init (GstFPSDisplaySinkClass * klass)
|
||||||
* @avgfps: The average fps
|
* @avgfps: The average fps
|
||||||
*
|
*
|
||||||
* Signals the application about the measured fps
|
* Signals the application about the measured fps
|
||||||
*
|
|
||||||
* Since: 0.10.20
|
|
||||||
*/
|
*/
|
||||||
fpsdisplaysink_signals[SIGNAL_FPS_MEASUREMENTS] =
|
fpsdisplaysink_signals[SIGNAL_FPS_MEASUREMENTS] =
|
||||||
g_signal_new ("fps-measurements", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("fps-measurements", G_TYPE_FROM_CLASS (klass),
|
||||||
|
|
Loading…
Reference in a new issue