mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 12:01:01 +00:00
84c40b872d
This element uses the Dav1d AV1 decoder library to decode AV1 video.
29 lines
558 B
TOML
29 lines
558 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gst-plugin-dav1d",
|
|
"gst-plugin-file",
|
|
"gst-plugin-reqwest",
|
|
"gst-plugin-flv",
|
|
"gst-plugin-audiofx",
|
|
"gst-plugin-togglerecord",
|
|
"gst-plugin-threadshare",
|
|
"gst-plugin-tutorial",
|
|
"gst-plugin-closedcaption",
|
|
"gst-plugin-version-helper",
|
|
"gst-plugin-sodium",
|
|
"gst-plugin-cdg",
|
|
"gst-plugin-rav1e",
|
|
"gst-plugin-rusoto",
|
|
"gst-plugin-fallbackswitch",
|
|
"gst-plugin-lewton",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|