From 5433fd062b3442bbaad706e333b7b469edc932c0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 14 Oct 2010 23:04:15 +0300 Subject: photography: actualy use the enum in the vmethods If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods --- gst-libs/gst/interfaces/photography.h | 4 ++-- 1 file 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]; -- cgit v1.2.3