summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l2/gstv4l2src.h')
-rw-r--r--sys/v4l2/gstv4l2src.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h
index ca528d1e..cbcfc6ec 100644
--- a/sys/v4l2/gstv4l2src.h
+++ b/sys/v4l2/gstv4l2src.h
@@ -75,7 +75,7 @@ struct _GstV4l2Src {
struct v4l2_format format;
/* True if we want to stop */
- gboolean quit;
+ gboolean quit, is_capturing;
/* A/V sync... frame counter and internal cache */
gulong handled;