mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 18:14:15 +00:00
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:
parent
f2971ff005
commit
5433fd062b
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue