mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 12:29:44 +00:00
d9e727050c
Unlike webpdec from -bad, this element inherits from GstElement and can decode animated webp data.
38 lines
635 B
TOML
38 lines
635 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tutorial",
|
|
"version-helper",
|
|
"audio/audiofx",
|
|
"audio/claxon",
|
|
"audio/csound",
|
|
"audio/lewton",
|
|
"generic/file",
|
|
"generic/sodium",
|
|
"generic/threadshare",
|
|
"net/reqwest",
|
|
"net/rusoto",
|
|
"utils/fallbackswitch",
|
|
"utils/togglerecord",
|
|
"video/cdg",
|
|
"video/closedcaption",
|
|
"video/dav1d",
|
|
"video/flavors",
|
|
"video/gif",
|
|
"video/rav1e",
|
|
"video/rspng",
|
|
"video/hsv",
|
|
"video/webp",
|
|
"text/wrap",
|
|
"text/json",
|
|
"text/regex",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|