summaryrefslogtreecommitdiff
path: root/gst-libs/gst/interfaces/photography.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/interfaces/photography.h')
-rw-r--r--gst-libs/gst/interfaces/photography.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/interfaces/photography.h b/gst-libs/gst/interfaces/photography.h
index 15f6bf784..0198788fd 100644
--- a/gst-libs/gst/interfaces/photography.h
+++ b/gst-libs/gst/interfaces/photography.h
@@ -312,9 +312,9 @@ typedef struct _GstPhotographyInterface
gboolean (*get_config) (GstPhotography * photo, GstPhotoSettings * config);
gboolean (*get_noise_reduction) (GstPhotography * photo,
- guint * noise_reduction);
+ GstPhotographyNoiseReduction * noise_reduction);
gboolean (*set_noise_reduction) (GstPhotography * photo,
- guint noise_reduction);
+ GstPhotographyNoiseReduction noise_reduction);
/*< private > */
gpointer _gst_reserved[GST_PADDING];