photography: actualy use the enum in the vmethods

If we introduce a new GstPhotographyNoiseReduction, lets also use it
in the vmethods
This commit is contained in:
Stefan Kost 2010-10-14 23:04:15 +03:00
parent f2971ff005
commit 5433fd062b

View file

@ -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];