mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
c8910aae08
Only wrapping AudioInfo and AudioFormatInfo and related for now. https://github.com/sdroege/gstreamer-rs/issues/4
37 lines
646 B
TOML
37 lines
646 B
TOML
[options]
|
|
girs_dir = "gir-files"
|
|
library = "GstAudio"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
target_path = "gstreamer-audio"
|
|
work_mode = "normal"
|
|
concurrency = "send+sync"
|
|
generate_safety_asserts = true
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
"Gst",
|
|
]
|
|
|
|
generate = [
|
|
"GstAudio.AudioFlags",
|
|
"GstAudio.AudioFormat",
|
|
"GstAudio.AudioFormatFlags",
|
|
"GstAudio.AudioLayout",
|
|
"GstAudio.AudioPackFlags",
|
|
"GstAudio.AudioChannelPosition",
|
|
]
|
|
|
|
manual = [
|
|
"GObject.Object",
|
|
"Gst.Object",
|
|
"GstAudio.AudioInfo",
|
|
"GstAudio.AudioFormatInfo",
|
|
]
|
|
|
|
[[object]]
|
|
name = "Gst.Caps"
|
|
status = "manual"
|
|
ref_mode = "ref"
|
|
|