audio,video: Ignore *Format::get_info

The result is not nullable, and this function call can be substituted by
*FormatInfo::from_format().
This commit is contained in:
Marijn Suijten 2020-12-05 20:21:03 +01:00
parent 18d6823dd8
commit 604902ed7c
2 changed files with 12 additions and 0 deletions

View file

@ -148,6 +148,12 @@ status = "generate"
# is broken.
manual = true
[[object.function]]
name = "get_info"
# Result is not nullable, function does effectively the same
# as AudioFormatInfo::from_format()
ignore = true
[[object]]
name = "GstAudio.AudioStreamAlign"
status = "generate"

View file

@ -394,6 +394,12 @@ status = "generate"
[object.function.return]
nullable = false
[[object.function]]
name = "get_info"
# Result is not nullable, function does effectively the same
# as VideoFormatInfo::from_format()
ignore = true
[[object]]
name = "GstVideo.VideoSink"
status = "generate"