summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-10-14 23:04:15 +0300
committerStefan Kost <ensonic@users.sf.net>2010-10-14 23:04:15 +0300
commit5433fd062b3442bbaad706e333b7b469edc932c0 (patch)
tree4f3625a4f29b19f1a02fb7f26f36a9e8e6028876
parentf2971ff00570420224ab016db98f736d7a582c86 (diff)
photography: actualy use the enum in the vmethods
If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods
-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];