mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
basecamerasrc: use the enum type for mode
This commit is contained in:
parent
17d5914c59
commit
4b23fe6872
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue