Searched defs:_GstV4l2BufferPool (Results 1 – 1 of 1) sorted by relevance
61 struct _GstV4l2BufferPool struct63 GstBufferPool parent;65 GstV4l2Object *obj; /* the v4l2 object */66 gint video_fd; /* a dup(2) of the v4l2object's video_fd */67 GstPoll *poll; /* a poll for video_fd */68 GstPollFD pollfd;69 gboolean can_poll_device;71 gboolean empty;72 GCond empty_cond;74 gboolean orphaned;[all …]