basecamerasrc: use the enum type for mode

This commit is contained in:
Stefan Kost 2010-12-09 12:22:26 +02:00 committed by Thiago Santos
parent 17d5914c59
commit 4b23fe6872

View file

@ -59,7 +59,7 @@ struct _GstBaseCameraSrc
{ {
GstBin parent; GstBin parent;
gint mode; GstCameraBinMode mode;
gboolean capturing; gboolean capturing;
GMutex *capturing_mutex; GMutex *capturing_mutex;