2017-09-09 13:54:02 +00:00
|
|
|
[options]
|
|
|
|
girs_dir = "gir-files"
|
|
|
|
library = "GstBase"
|
|
|
|
version = "1.0"
|
|
|
|
min_cfg_version = "1.8"
|
|
|
|
target_path = "gstreamer-base"
|
|
|
|
work_mode = "normal"
|
|
|
|
concurrency = "send+sync"
|
|
|
|
generate_safety_asserts = true
|
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gst",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
"GstBase.BaseSink",
|
|
|
|
"GstBase.BaseTransform",
|
|
|
|
"GstBase.PushSrc",
|
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
|
|
|
"GObject.Object",
|
|
|
|
"GLib.Bytes",
|
|
|
|
"Gst.Object",
|
|
|
|
"Gst.Element",
|
|
|
|
"Gst.ClockTimeDiff",
|
|
|
|
"Gst.ClockReturn",
|
|
|
|
"Gst.FlowReturn",
|
|
|
|
"Gst.Format",
|
|
|
|
"Gst.Pad",
|
2017-12-18 08:05:42 +00:00
|
|
|
"Gst.TypeFindProbability",
|
2017-09-09 13:54:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstBase.Adapter"
|
|
|
|
status = "generate"
|
|
|
|
trait = false
|
|
|
|
concurrency = "none"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "map"
|
|
|
|
# Unsafe
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "unmap"
|
|
|
|
# Unsafe
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "copy"
|
|
|
|
# Unsafe
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "push"
|
|
|
|
# Move Buffer
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "take"
|
|
|
|
# Useless copying of data
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstBase.FlowCombiner"
|
2017-10-11 08:30:28 +00:00
|
|
|
# Manual because ref/unref functions were added much later
|
2017-10-10 15:52:54 +00:00
|
|
|
status = "manual"
|
2017-09-09 13:54:02 +00:00
|
|
|
trait = false
|
|
|
|
concurrency = "none"
|
|
|
|
|
2018-03-15 08:05:52 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstBase.BaseSrc"
|
|
|
|
status = "generate"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "submit_buffer_list"
|
|
|
|
# Pass by value, to be added manually
|
|
|
|
ignore = true
|
|
|
|
|
2017-12-18 08:05:42 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstBase.*"
|
|
|
|
status = "generate"
|
2018-03-02 19:25:12 +00:00
|
|
|
# We'll opt-in for constants at a later time
|
|
|
|
[[object.constant]]
|
|
|
|
pattern = ".+"
|
|
|
|
ignore = true
|
2017-12-18 08:05:42 +00:00
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "type_find_helper_for_data"
|
|
|
|
# broken data type
|
|
|
|
ignore = true
|
|
|
|
|
2017-09-09 13:54:02 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.Structure"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref-mut"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Caps"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Buffer"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.BufferList"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Sample"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
2017-11-11 10:21:55 +00:00
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.ClockTime"
|
|
|
|
status = "manual"
|
|
|
|
conversion_type = "scalar"
|