summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2object.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2008-03-26 15:10:08 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2008-03-26 15:10:08 +0000
commit70ee2ee5e08c424f76462fdc3f00f7cc219dbe44 (patch)
tree797b7f576a7cadc727977001d683704200d2ad28 /sys/v4l2/gstv4l2object.h
parent7f18fb8c35153a5dc4c561e87dc3263718c69d50 (diff)
Add device-fd property to make it possible to apps to call ioctl's.
Original commit message from CVS: Add device-fd property to make it possible to apps to call ioctl's.
Diffstat (limited to 'sys/v4l2/gstv4l2object.h')
-rw-r--r--sys/v4l2/gstv4l2object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h
index d08d2743..0c5cdbcb 100644
--- a/sys/v4l2/gstv4l2object.h
+++ b/sys/v4l2/gstv4l2object.h
@@ -114,6 +114,7 @@ GType gst_v4l2_object_get_type (void);
#define V4L2_STD_OBJECT_PROPS \
PROP_DEVICE, \
PROP_DEVICE_NAME, \
+ PROP_DEVICE_FD, \
PROP_FLAGS
/* create/destroy */