souphttpsrc: get seekable info from dlna op code
[platform/upstream/gst-plugins-good.git] / meson_options.txt
1 # Enable V4L2 plugin to probe devices at plugin load
2 option('v4l2-probe', type : 'boolean', value : true)
3 # Use libv4l2 for some obscure format conversions
4 option('with-libv4l2', type : 'boolean', value : true)
5 # Whether to use orc or not (auto will autodetect, yes will error out if not found)
6 option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')