forked from mirrors/gstreamer-rs
audio: Disable fn fill_silence with broken glib translation
This function is already manually defined in AudioFormatInfo and shouldn't reside under AudioFormat.
This commit is contained in:
parent
736f58a631
commit
12c74d681b
1 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,13 @@ status = "generate"
|
|||
[object.function.return]
|
||||
nullable = false
|
||||
|
||||
[[object.function]]
|
||||
name = "fill_silence"
|
||||
# Function does not belong in AudioFormat but AudioFormatInfo.
|
||||
# Manual implementation is available, and glib argument conversion
|
||||
# is broken.
|
||||
manual = true
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioStreamAlign"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue