Implemented some properties

This commit is contained in:
Sergey Lapin
2021-03-29 16:23:32 +03:00
parent 61c1157d81
commit 17193163d8
2 changed files with 34 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ typedef struct _GstPineSrcBin
int num_buffers;
int test_pattern;
int hue;
int mode;
} GstPineSrcBin;
#endif