mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 02:51: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
|
||||
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]]
|
||||
name = "Gst.PadTemplate"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue