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.AudioNoiseShapingMethod",
|
||||
"GstAudio.AudioResamplerMethod",
|
||||
"GstAudio.AudioRingBufferFormatType",
|
||||
"GstAudio.AudioSink",
|
||||
"GstAudio.AudioSrc",
|
||||
"GstAudio.StreamVolume",
|
||||
|
@ -358,6 +357,13 @@ status = "generate"
|
|||
name = "none"
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioRingBufferFormatType"
|
||||
status = "generate"
|
||||
[[object.member]]
|
||||
name = "dsd"
|
||||
version = "1.24"
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioStreamAlign"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue