mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
Correctly ignore Pad::peer_query_* and query_*
These are manually bound now due to gst::FormatValue
This commit is contained in:
parent
94ba143c74
commit
ef24828b40
1 changed files with 30 additions and 0 deletions
30
Gir_Gst.toml
30
Gir_Gst.toml
|
@ -494,6 +494,36 @@ status = "generate"
|
||||||
# Correct mutability
|
# Correct mutability
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "query_duration"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "query_position"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "query_convert"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "peer_query_duration"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "peer_query_position"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "peer_query_convert"
|
||||||
|
# formatted value
|
||||||
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Gst.PadTemplate"
|
name = "Gst.PadTemplate"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue