2017-08-01 12:37:22 +00:00
|
|
|
[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
|
2018-04-23 17:34:22 +00:00
|
|
|
single_version_file = true
|
2018-12-08 09:05:20 +00:00
|
|
|
generate_display_trait = false
|
2017-08-01 12:37:22 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
2017-08-01 13:18:50 +00:00
|
|
|
"Gst",
|
2017-09-15 11:54:32 +00:00
|
|
|
"GstBase",
|
2017-08-01 12:37:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
|
|
|
"GstApp.AppStreamType",
|
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
|
|
|
"GObject.Object",
|
2017-08-01 13:18:50 +00:00
|
|
|
"Gst.Object",
|
|
|
|
"Gst.Element",
|
2017-09-15 11:54:32 +00:00
|
|
|
"Gst.URIHandler",
|
2017-08-01 12:37:22 +00:00
|
|
|
"Gst.FlowReturn",
|
|
|
|
"Gst.Format",
|
2017-09-15 11:54:32 +00:00
|
|
|
"GstBase.BaseSrc",
|
|
|
|
"GstBase.BaseSink",
|
2017-08-01 12:37:22 +00:00
|
|
|
]
|
|
|
|
|
2017-08-01 13:18:50 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstApp.AppSink"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2017-08-01 13:18:50 +00:00
|
|
|
|
2017-08-03 18:56:39 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "pull-sample"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.signal]]
|
|
|
|
name = "pull-preroll"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.signal]]
|
|
|
|
name = "try-pull-sample"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.signal]]
|
|
|
|
name = "try-pull-preroll"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
2019-01-08 16:13:37 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "new-sample"
|
|
|
|
# Use Result<FlowSuccess, FlowError>
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.signal]]
|
|
|
|
name = "new-preroll"
|
|
|
|
# Use Result<FlowSuccess, FlowError>
|
|
|
|
ignore = true
|
|
|
|
|
2019-04-24 12:44:55 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "eos"
|
|
|
|
concurrency = "send"
|
|
|
|
|
2017-11-17 14:53:37 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "set_caps"
|
|
|
|
[[object.function.parameter]]
|
2019-12-17 19:00:42 +00:00
|
|
|
name = "caps"
|
|
|
|
nullable = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "pull_preroll"
|
|
|
|
[object.function.return]
|
|
|
|
nullable_return_is_error = "Failed to pull preroll sample"
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "pull_sample"
|
|
|
|
[object.function.return]
|
|
|
|
nullable_return_is_error = "Failed to pull sample"
|
2017-11-17 14:53:37 +00:00
|
|
|
|
2017-08-01 13:18:50 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstApp.AppSrc"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2017-08-01 13:18:50 +00:00
|
|
|
|
2017-08-01 14:42:15 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "push_buffer"
|
|
|
|
# Pass by value
|
|
|
|
ignore = true
|
|
|
|
|
2018-03-15 07:52:36 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "push_buffer_list"
|
|
|
|
# Pass by value
|
|
|
|
ignore = true
|
|
|
|
|
2017-08-01 14:42:15 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "end-of-stream"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.signal]]
|
|
|
|
name = "push-buffer"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
2018-03-15 07:52:36 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "push-buffer-list"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
2017-08-01 14:42:15 +00:00
|
|
|
[[object.signal]]
|
|
|
|
name = "push-sample"
|
|
|
|
# Action signal
|
|
|
|
ignore = true
|
|
|
|
|
2019-01-08 16:13:37 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "end_of_stream"
|
|
|
|
# Use Result<FlowSuccess, FlowError>
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "push_sample"
|
|
|
|
# Use Result<FlowSuccess, FlowError>
|
|
|
|
ignore = true
|
|
|
|
|
2017-12-16 12:04:36 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "set_latency"
|
|
|
|
# ClockTime
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "get_latency"
|
|
|
|
# ClockTime
|
|
|
|
ignore = true
|
|
|
|
|
2017-11-17 14:53:37 +00:00
|
|
|
[[object.function]]
|
|
|
|
name = "set_caps"
|
|
|
|
[[object.function.parameter]]
|
|
|
|
name = "caps"
|
|
|
|
nullable = true
|
|
|
|
|
2017-08-08 16:35:14 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.Structure"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref-mut"
|
|
|
|
|
2017-08-01 12:37:22 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.Caps"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "Gst.Buffer"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
2018-03-15 07:52:36 +00:00
|
|
|
[[object]]
|
|
|
|
name = "Gst.BufferList"
|
|
|
|
status = "manual"
|
|
|
|
ref_mode = "ref"
|
|
|
|
|
2017-08-01 12:37:22 +00:00
|
|
|
[[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"
|