matroxsrc: change device property to an enum property named system

Easier to choose system type, and language matches up with Matrox terminology
This commit is contained in:
Joshua M. Doe
2020-07-10 15:24:12 -04:00
parent dd0a7bf93e
commit bf76de5b03
2 changed files with 55 additions and 19 deletions

View File

@@ -54,7 +54,7 @@ struct _GstMatroxSrc
MIL_ID *MilGrabBufferList;
/* properties */
gchar *device;
gint system;
gint board;
gint channel;
gchar *config_file;