Cargo Features

[dependencies]
opentalk-compositor = { version = "0.12.0", default-features = false, features = ["gstreamer"] }
default = gstreamer

The gstreamer feature is set by default whenever opentalk-compositor is added without default-features = false somewhere in the dependency tree.

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.

glib gstreamer
gst gstreamer

Enables gstreamer

gst-app gstreamer

Enables gstreamer-app

gst-base gstreamer

Enables gstreamer-base