mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 12:29:44 +00:00
a1afef2207
This time correctly.
108 lines
1.7 KiB
TOML
108 lines
1.7 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"tutorial",
|
|
"version-helper",
|
|
|
|
"audio/audiofx",
|
|
"audio/claxon",
|
|
"audio/csound",
|
|
"audio/lewton",
|
|
"audio/spotify",
|
|
|
|
"generic/file",
|
|
"generic/sodium",
|
|
"generic/threadshare",
|
|
|
|
"mux/flavors",
|
|
"mux/fmp4",
|
|
"mux/mp4",
|
|
|
|
"net/aws",
|
|
"net/hlssink3",
|
|
"net/ndi",
|
|
"net/onvif",
|
|
"net/raptorq",
|
|
"net/reqwest",
|
|
"net/rtp",
|
|
"net/webrtchttp",
|
|
"net/webrtc",
|
|
"net/webrtc/protocol",
|
|
"net/webrtc/signalling",
|
|
|
|
"text/ahead",
|
|
"text/json",
|
|
"text/regex",
|
|
"text/wrap",
|
|
|
|
"utils/fallbackswitch",
|
|
"utils/livesync",
|
|
"utils/togglerecord",
|
|
"utils/tracers",
|
|
"utils/uriplaylistbin",
|
|
|
|
"video/cdg",
|
|
"video/closedcaption",
|
|
"video/dav1d",
|
|
"video/ffv1",
|
|
"video/gif",
|
|
"video/gtk4",
|
|
"video/hsv",
|
|
"video/png",
|
|
"video/rav1e",
|
|
"video/videofx",
|
|
"video/webp",
|
|
]
|
|
|
|
# Only plugins without external dependencies
|
|
default-members = [
|
|
"version-helper",
|
|
|
|
"audio/audiofx",
|
|
"audio/claxon",
|
|
"audio/lewton",
|
|
|
|
"generic/threadshare",
|
|
|
|
"mux/fmp4",
|
|
"mux/mp4",
|
|
|
|
"net/aws",
|
|
"net/hlssink3",
|
|
"net/onvif",
|
|
"net/raptorq",
|
|
"net/reqwest",
|
|
"net/rtp",
|
|
"net/webrtchttp",
|
|
"net/webrtc",
|
|
"net/webrtc/protocol",
|
|
"net/webrtc/signalling",
|
|
"net/ndi",
|
|
|
|
"text/ahead",
|
|
"text/json",
|
|
"text/regex",
|
|
"text/wrap",
|
|
|
|
"utils/fallbackswitch",
|
|
"utils/livesync",
|
|
"utils/togglerecord",
|
|
"utils/tracers",
|
|
"utils/uriplaylistbin",
|
|
|
|
"video/cdg",
|
|
"video/ffv1",
|
|
"video/gif",
|
|
"video/hsv",
|
|
"video/png",
|
|
"video/rav1e",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|