basecamerasrc: use the enum type for mode
This commit is contained in:
parent
17d5914c59
commit
4b23fe6872
@ -59,7 +59,7 @@ struct _GstBaseCameraSrc
|
|||||||
{
|
{
|
||||||
GstBin parent;
|
GstBin parent;
|
||||||
|
|
||||||
gint mode;
|
GstCameraBinMode mode;
|
||||||
|
|
||||||
gboolean capturing;
|
gboolean capturing;
|
||||||
GMutex *capturing_mutex;
|
GMutex *capturing_mutex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user