2018-11-02 09:20:33 +00:00
|
|
|
[options]
|
2021-04-12 09:42:41 +00:00
|
|
|
girs_directories = ["../gir-files", "../gst-gir-files"]
|
2018-11-02 09:20:33 +00:00
|
|
|
library = "GstCheck"
|
|
|
|
version = "1.0"
|
2022-04-07 08:22:39 +00:00
|
|
|
min_cfg_version = "1.14"
|
2018-11-02 09:20:33 +00:00
|
|
|
work_mode = "normal"
|
|
|
|
concurrency = "send+sync"
|
|
|
|
generate_safety_asserts = true
|
|
|
|
single_version_file = true
|
2018-12-08 09:05:20 +00:00
|
|
|
generate_display_trait = false
|
2020-12-01 18:59:24 +00:00
|
|
|
trust_return_value_nullability = true
|
2018-11-02 09:20:33 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gst",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
2021-05-30 15:37:25 +00:00
|
|
|
"GLib.Bytes",
|
2018-11-02 09:20:33 +00:00
|
|
|
"GObject.Object",
|
2021-05-30 15:37:25 +00:00
|
|
|
"GObject.Value",
|
|
|
|
"Gst.AllocationParams",
|
|
|
|
"Gst.Allocator",
|
|
|
|
"Gst.Bin",
|
|
|
|
"Gst.Buffer",
|
|
|
|
"Gst.BufferPool",
|
|
|
|
"Gst.Caps",
|
|
|
|
"Gst.ClockID",
|
2018-11-02 09:20:33 +00:00
|
|
|
"Gst.ClockTimeDiff",
|
|
|
|
"Gst.ClockType",
|
2021-05-30 15:37:25 +00:00
|
|
|
"Gst.Element",
|
|
|
|
"Gst.ElementFactory",
|
|
|
|
"Gst.ElementFlags",
|
|
|
|
"Gst.Event",
|
|
|
|
"Gst.EventType",
|
|
|
|
"Gst.FlowReturn",
|
|
|
|
"Gst.Harness",
|
|
|
|
"Gst.Object",
|
|
|
|
"Gst.Pad",
|
|
|
|
"Gst.PadProbeType",
|
|
|
|
"Gst.Segment",
|
|
|
|
"Gst.State",
|
|
|
|
"Gst.StaticPadTemplate",
|
|
|
|
"Gst.SystemClock",
|
2018-11-02 09:20:33 +00:00
|
|
|
]
|
|
|
|
|
2021-05-30 15:37:25 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.Clock"
|
|
|
|
status = "manual"
|
|
|
|
# id_ functions are wrongly listed on Clock in .gir,
|
|
|
|
# but should be associated to the `GstClockID` alias.
|
|
|
|
[[object.function]]
|
|
|
|
pattern = "id_.*"
|
|
|
|
ignore = true
|
|
|
|
|
2018-11-02 09:20:33 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.ClockTime"
|
|
|
|
status = "manual"
|
2021-04-04 14:17:35 +00:00
|
|
|
conversion_type = "Option"
|
2018-11-02 11:24:39 +00:00
|
|
|
|
2021-12-03 16:14:55 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstCheck.Harness"
|
|
|
|
status = "manual"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "new_with_element"
|
|
|
|
rename = "with_element"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "new_with_padnames"
|
|
|
|
rename = "with_padnames"
|
|
|
|
|
2018-11-02 11:24:39 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstCheck.TestClock"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2021-04-04 14:17:35 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "new_with_start_time"
|
|
|
|
[[object.function.parameter]]
|
|
|
|
name = "start_time"
|
|
|
|
mandatory = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "set_time"
|
|
|
|
[[object.function.parameter]]
|
|
|
|
name = "new_time"
|
|
|
|
mandatory = true
|
|
|
|
|
2021-05-30 15:42:27 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "has_id"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "peek_next_pending_id"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "process_id"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "process_id_list"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "process_next_clock_id"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "wait_for_multiple_pending_ids"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "wait_for_next_pending_id"
|
|
|
|
manual = true
|
|
|
|
[[object.function]]
|
|
|
|
name = "timed_wait_for_multiple_pending_ids"
|
|
|
|
manual = true
|