Hue/saturation controls, qtmultimedia viewfinder works

This commit is contained in:
Sergey Lapin
2021-03-28 22:29:29 +03:00
parent 1050492058
commit 61c1157d81
4 changed files with 77 additions and 48 deletions

View File

@@ -31,6 +31,8 @@ typedef struct _GstPineSrcBin
gboolean autofocus;
/* Buffers till EOS */
int num_buffers;
int test_pattern;
int hue;
} GstPineSrcBin;
#endif