gstreamer-base: regenerate

This commit is contained in:
François Laignel 2020-11-04 18:35:36 +01:00
parent 2c82e1b684
commit 5d2fe6d069
2 changed files with 21 additions and 21 deletions

View file

@ -56,12 +56,12 @@ concurrency = "send-unique"
[[object.function]] [[object.function]]
name = "copy" name = "copy"
# Unsafe # Unsafe
ignore = true manual = true
[[object.function]] [[object.function]]
name = "push" name = "push"
# Move Buffer # Move Buffer
ignore = true manual = true
[[object.function]] [[object.function]]
name = "take" name = "take"
@ -118,22 +118,22 @@ manual_traits = ["BaseSinkExtManual"]
[[object.function]] [[object.function]]
name = "wait" name = "wait"
# Use Result<FlowSuccess, FlowError> # Use Result<FlowSuccess, FlowError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "wait_preroll" name = "wait_preroll"
# Use Result<FlowSuccess, FlowError> # Use Result<FlowSuccess, FlowError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "wait_clock" name = "wait_clock"
# Use Result<ClockSuccess, ClockError> # Use Result<ClockSuccess, ClockError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "query_latency" name = "query_latency"
# Use Result # Use Result
ignore = true manual = true
[[object]] [[object]]
name = "GstBase.BaseSrc" name = "GstBase.BaseSrc"
@ -148,12 +148,12 @@ manual_traits = ["BaseSrcExtManual"]
[[object.function]] [[object.function]]
name = "start_complete" name = "start_complete"
# Use Result<FlowSuccess, FlowError> # Use Result<FlowSuccess, FlowError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "start_wait" name = "start_wait"
# Use Result<FlowSuccess, FlowError> # Use Result<FlowSuccess, FlowError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "submit_buffer_list" name = "submit_buffer_list"
@ -163,17 +163,17 @@ manual_traits = ["BaseSrcExtManual"]
[[object.function]] [[object.function]]
name = "wait_playing" name = "wait_playing"
# Use Result<FlowSuccess, FlowError> # Use Result<FlowSuccess, FlowError>
ignore = true manual = true
[[object.function]] [[object.function]]
name = "query_latency" name = "query_latency"
# Use Result # Use Result
ignore = true manual = true
[[object.function]] [[object.function]]
name = "new_segment" name = "new_segment"
# Segment parameter # Segment parameter
ignore = true manual = true
[[object]] [[object]]
name = "GstBase.BaseTransform" name = "GstBase.BaseTransform"
@ -194,17 +194,17 @@ manual_traits = ["AggregatorExtManual"]
[[object.function]] [[object.function]]
name = "finish_buffer" name = "finish_buffer"
# Takes ownership # Takes ownership
ignore = true manual = true
[[object.function]] [[object.function]]
name = "finish_buffer_list" name = "finish_buffer_list"
# Takes ownership # Takes ownership
ignore = true manual = true
[[object.function]] [[object.function]]
name = "selected_samples" name = "selected_samples"
# Info parameter # Info parameter
ignore = true manual = true
[[object.property]] [[object.property]]
name = "latency" name = "latency"
@ -217,7 +217,7 @@ manual_traits = ["AggregatorExtManual"]
[[object.property]] [[object.property]]
name = "min-upstream-latency" name = "min-upstream-latency"
# clock time instead of u64 # clock time instead of u64
ignore = true manual = true
[[object]] [[object]]
name = "GstBase.AggregatorPad" name = "GstBase.AggregatorPad"
@ -303,19 +303,19 @@ status = "generate"
manual_traits = ["BaseParseExtManual"] manual_traits = ["BaseParseExtManual"]
[[object.function]] [[object.function]]
name = "finish_frame" name = "finish_frame"
ignore = true manual = true
[[object.function]] [[object.function]]
name = "set_duration" name = "set_duration"
ignore = true manual = true
[[object.function]] [[object.function]]
name = "convert_default" name = "convert_default"
ignore = true manual = true
[[object.function]] [[object.function]]
name = "set_frame_rate" name = "set_frame_rate"
ignore = true manual = true
# Didn't bind gst_base_parse_frame_{new,init} so not needed # Didn't bind gst_base_parse_frame_{new,init} so not needed
[[object.function]] [[object.function]]

View file

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 7670e3d) Generated by gir (https://github.com/gtk-rs/gir @ cea2f7c)
from gir-files (https://github.com/gtk-rs/gir-files @ a5a578a9) from gir-files (https://github.com/gtk-rs/gir-files @ 87b86b24)