2022-02-28 11:03:21 +00:00
|
|
|
[options]
|
|
|
|
girs_directories = ["../gir-files", "../gst-gir-files"]
|
|
|
|
library = "GstValidate"
|
|
|
|
version = "1.0"
|
|
|
|
min_cfg_version = "1.22"
|
|
|
|
work_mode = "normal"
|
|
|
|
concurrency = "send+sync"
|
|
|
|
generate_safety_asserts = true
|
|
|
|
single_version_file = true
|
|
|
|
generate_display_trait = false
|
2022-10-18 11:17:00 +00:00
|
|
|
trust_return_value_nullability = true
|
2022-02-28 11:03:21 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gst",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
"GstValidate.Reporter",
|
|
|
|
"GstValidate.BinMonitor",
|
|
|
|
"GstValidate.Monitor",
|
|
|
|
"GstValidate.ElementMonitor",
|
|
|
|
"GstValidate.PadMonitor",
|
|
|
|
"GstValidate.PipelineMonitor",
|
|
|
|
"GstValidate.Report",
|
|
|
|
"GstValidate.Runner",
|
|
|
|
"GstValidate.Issue",
|
|
|
|
"GstValidate.ReportingDetails",
|
|
|
|
"GstValidate.ReportLevel",
|
|
|
|
"GstValidate.IssueFlags",
|
|
|
|
"GstValidate.IssueId",
|
2023-03-01 04:00:59 +00:00
|
|
|
"GstValidate.ActionTypeFlags",
|
|
|
|
"GstValidate.ActionType",
|
2022-02-28 11:03:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
|
|
|
"GLib.Bytes",
|
|
|
|
"GLib.Error",
|
|
|
|
"GObject.Object",
|
|
|
|
"Gst.Caps",
|
|
|
|
"Gst.Structure",
|
|
|
|
"Gst.Object",
|
|
|
|
"Gst.Bin",
|
|
|
|
"Gst.Element",
|
|
|
|
"Gst.Pipeline",
|
|
|
|
"Gst.State",
|
|
|
|
"Gst.Pad",
|
|
|
|
"Gst.Format",
|
|
|
|
"Gst.SeekFlags",
|
|
|
|
"Gst.SeekType",
|
2023-03-01 04:00:59 +00:00
|
|
|
"GstValidate.Action",
|
2022-02-28 11:03:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstValidate.Scenario"
|
|
|
|
status = "generate"
|
2022-10-18 11:17:00 +00:00
|
|
|
concurrency = "none"
|