Searched defs:_GstV4l2BufferPool (Results 1 – 1 of 1) sorted by relevance
54 struct _GstV4l2BufferPool struct56 GstBufferPool parent;58 GstV4l2Object *obj; /* the v4l2 object */59 gint video_fd; /* a dup(2) of the v4l2object's video_fd */60 GstPoll *poll; /* a poll for video_fd */61 GstPollFD pollfd;62 gboolean can_poll_device;64 gboolean empty;65 GCond empty_cond;67 gboolean orphaned;[all …]