summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2020-02-04 15:52:45 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2020-03-31 09:34:05 -0400
commit6d9c98ae5ae7f80dba03885f2959ae5060834407 (patch)
treea529fdb09761d54b9c8f30ae59f354aa5c9dcaa9 /meson_options.txt
parent6958fb6d59ab353bb71002eb38ce74d765635045 (diff)
downloadgstreamer-plugins-bad-6d9c98ae5ae7f80dba03885f2959ae5060834407.tar.gz
v4l2codecs: Add device enumeration
This introduces a GstV4L2CodecDevice structure and helper to retrieve a list of CODEC device drivers. In order to find the device driver we enumerate all media devices with UDEV. We then get the media controller topology and locate a entity with function encoder or decoder and make sure it is linked to two V4L2 IO entity pointing to the same device node.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5e48b8c4a..50de262eb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -165,6 +165,7 @@ option('zbar', type : 'feature', value : 'auto', description : 'Barcode image sc
option('zxing', type : 'feature', value : 'auto', description : 'Barcode image scanner plugin using zxing-cpp library')
option('wpe', type : 'feature', value : 'auto', description : 'WPE Web browser plugin')
option('magicleap', type : 'feature', value : 'auto', description : 'Magic Leap platform support')
+option('v4l2codecs', type : 'feature', value : 'auto', description : 'Video4Linux Stateless CODECs support')
# HLS plugin options
option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin')