aboutsummaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2bufferpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l2/gstv4l2bufferpool.h')
-rw-r--r--sys/v4l2/gstv4l2bufferpool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2bufferpool.h b/sys/v4l2/gstv4l2bufferpool.h
index 65486bff..8601a327 100644
--- a/sys/v4l2/gstv4l2bufferpool.h
+++ b/sys/v4l2/gstv4l2bufferpool.h
@@ -51,8 +51,12 @@ struct _GstV4l2BufferPool
GstV4l2Object *obj; /* the v4l2 object */
gint video_fd; /* a dup(2) of the v4l2object's video_fd */
GstPoll *poll; /* a poll for video_fd */
+ GstPollFD pollfd;
gboolean can_poll_device;
+ gboolean empty;
+ GCond empty_cond;
+
GstV4l2Allocator *vallocator;
GstAllocator *allocator;
GstAllocationParams params;