videolevels: make lower and upper histogram saturation fractions into properties

This commit is contained in:
Joshua M. Doe
2021-07-08 14:34:59 -04:00
parent b705e93cb3
commit a0d62b4651
2 changed files with 30 additions and 5 deletions

View File

@@ -83,14 +83,14 @@ struct _GstVideoLevels
gint upper_input;
gint lower_output;
gint upper_output;
gfloat lower_pix_sat;
gfloat upper_pix_sat;
/* tables */
gpointer lookup_table;
GstVideoLevelsAuto auto_adjust;
guint64 interval;
gfloat lower_pix_sat;
gfloat upper_pix_sat;
gint nbins;
gint * histogram;