Correctly ignore Pad::peer_query_* and query_*

These are manually bound now due to gst::FormatValue
This commit is contained in:
Sebastian Dröge 2017-11-26 18:19:00 +02:00
parent 94ba143c74
commit ef24828b40

View file

@ -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"