euresyssrc: add color-format property

This commit is contained in:
Joshua M. Doe
2013-12-12 09:40:01 -05:00
parent ffe08ccf28
commit 530fd119a5
2 changed files with 42 additions and 5 deletions

View File

@@ -56,9 +56,12 @@ struct _GstEuresys
INT32 last_time_code;
MCHANDLE hChannel;
INT32 boardType;
/* properties */
INT32 boardIdx;
INT32 cameraType;
INT32 connector;
INT32 colorFormat;
};
struct _GstEuresysClass