mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
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]
|
[object.function.return]
|
||||||
nullable = false
|
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]]
|
[[object]]
|
||||||
name = "GstAudio.AudioStreamAlign"
|
name = "GstAudio.AudioStreamAlign"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue