gstreamer-rs/Gir_GstApp.toml

54 lines
780 B
TOML
Raw Normal View History

[options]
girs_dir = "gir-files"
library = "GstApp"
version = "1.0"
min_cfg_version = "1.8"
target_path = "gstreamer-app"
work_mode = "normal"
concurrency = "send+sync"
generate_safety_asserts = true
external_libraries = [
"GLib",
"GObject",
2017-08-01 13:18:50 +00:00
"Gst",
]
generate = [
"GstApp.AppStreamType",
]
manual = [
"GObject.Object",
2017-08-01 13:18:50 +00:00
"Gst.Object",
"Gst.Element",
"Gst.ClockTime",
"Gst.FlowReturn",
"Gst.Format",
]
2017-08-01 13:18:50 +00:00
[[object]]
name = "GstApp.AppSink"
status = "generate"
trait = false
[[object]]
name = "GstApp.AppSrc"
status = "generate"
trait = false
[[object]]
name = "Gst.Caps"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Buffer"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Sample"
status = "manual"
ref_mode = "ref"