forked from mirrors/gstreamer-rs
7ede94fec8
The previous commit reinstantiated `girs_dir`, and this commit applies the rename to `girs_directories` and adds the new/missing `gst-gir-files` directory where GStreamer-specific `.gir` files live.
56 lines
917 B
TOML
56 lines
917 B
TOML
[options]
|
|
girs_directories = ["../../gir-files", "../../gst-gir-files"]
|
|
library = "GstAudio"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
"1.14",
|
|
"1.12",
|
|
"1.10",
|
|
"1.8",
|
|
"1.6",
|
|
"1.4",
|
|
"1.2",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
ignore = [
|
|
"GstAudio.AUDIO_FORMATS_ALL",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer_base="GstBase"
|
|
|
|
[[object]]
|
|
name = "GstAudio.AudioBuffer"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "clip"
|
|
version = "1.0"
|
|
[[object.function]]
|
|
name = "reorder_channels"
|
|
version = "1.0"
|
|
|
|
[[object]]
|
|
name = "GstAudio.AudioConverter"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "get_type"
|
|
version = "1.14"
|
|
|
|
[[object]]
|
|
name = "GstAudio.*"
|
|
status = "generate"
|
|
[[object.function]]
|
|
name = "audio_meta_api_get_type"
|
|
version = "1.16"
|