audio: Add version to AudioRingBufferFormatType::Dsd

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1286>
This commit is contained in:
Sebastian Dröge 2023-07-04 17:20:08 +03:00
parent 354f072ff3
commit bc979b7ce9

View file

@ -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"