forked from mirrors/gstreamer-rs
audio: Add version to AudioRingBufferFormatType::Dsd
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1286>
This commit is contained in:
parent
354f072ff3
commit
bc979b7ce9
1 changed files with 7 additions and 1 deletions
|
@ -27,7 +27,6 @@ generate = [
|
||||||
"GstAudio.AudioLayout",
|
"GstAudio.AudioLayout",
|
||||||
"GstAudio.AudioNoiseShapingMethod",
|
"GstAudio.AudioNoiseShapingMethod",
|
||||||
"GstAudio.AudioResamplerMethod",
|
"GstAudio.AudioResamplerMethod",
|
||||||
"GstAudio.AudioRingBufferFormatType",
|
|
||||||
"GstAudio.AudioSink",
|
"GstAudio.AudioSink",
|
||||||
"GstAudio.AudioSrc",
|
"GstAudio.AudioSrc",
|
||||||
"GstAudio.StreamVolume",
|
"GstAudio.StreamVolume",
|
||||||
|
@ -358,6 +357,13 @@ status = "generate"
|
||||||
name = "none"
|
name = "none"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
[[object]]
|
||||||
|
name = "GstAudio.AudioRingBufferFormatType"
|
||||||
|
status = "generate"
|
||||||
|
[[object.member]]
|
||||||
|
name = "dsd"
|
||||||
|
version = "1.24"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GstAudio.AudioStreamAlign"
|
name = "GstAudio.AudioStreamAlign"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue