Cargo Features
[dependencies]
opentalk-compositor = { version = "0.12.0", default-features = false, features = ["gstreamer"] }
- default = gstreamer
-
The
gstreamer
feature is set by default wheneveropentalk-compositor
is added without
somewhere in the dependency tree.default-features = false - gstreamer default = glib, gst, gst-app, gst-base
-
Affects
opentalk-compositor::debug
,opentalk-compositor::elements
,opentalk-compositor::gst_with_context
,opentalk-compositor::gstreamer
,opentalk-compositor::pipeline_watched
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.