Using device property

This commit is contained in:
Sergey Lapin
2021-03-31 22:44:57 +03:00
parent 17193163d8
commit e4f5f44f85
3 changed files with 19 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ struct device_data
enum {
CONTROL_HUE,
CONTROL_SATURATION
CONTROL_SATURATION,
CONTROL_TEST_PATTERN,
};
void gst_pinesrcbin_configure_device(GstPineSrcBin * self, const char *conf_name);