mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-23 00:26:31 +00:00
gstreamer-app: regenerate
This commit is contained in:
parent
60d48f838b
commit
9403a0ab15
2 changed files with 10 additions and 10 deletions
|
@ -60,12 +60,12 @@ final_type = true
|
|||
[[object.signal]]
|
||||
name = "new-sample"
|
||||
# Use Result<FlowSuccess, FlowError>
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.signal]]
|
||||
name = "new-preroll"
|
||||
# Use Result<FlowSuccess, FlowError>
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.signal]]
|
||||
name = "eos"
|
||||
|
@ -95,12 +95,12 @@ final_type = true
|
|||
[[object.function]]
|
||||
name = "push_buffer"
|
||||
# Pass by value
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "push_buffer_list"
|
||||
# Pass by value
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.signal]]
|
||||
name = "end-of-stream"
|
||||
|
@ -125,22 +125,22 @@ final_type = true
|
|||
[[object.function]]
|
||||
name = "end_of_stream"
|
||||
# Use Result<FlowSuccess, FlowError>
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "push_sample"
|
||||
# Use Result<FlowSuccess, FlowError>
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "set_latency"
|
||||
# ClockTime
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "get_latency"
|
||||
# ClockTime
|
||||
ignore = true
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "set_caps"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 7670e3d)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ a5a578a9)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ cea2f7c)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 67f7617c)
|
||||
|
|
Loading…
Reference in a new issue