mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-16 19:15:30 +00:00
audio/gir: Document manually implemented types and functions
This commit is contained in:
parent
4f479326f3
commit
d192d1caf8
1 changed files with 13 additions and 1 deletions
|
@ -42,8 +42,11 @@ manual = [
|
|||
"Gst.TagMergeMode",
|
||||
"GstBase.BaseSink",
|
||||
"GstBase.BaseSrc",
|
||||
"GstAudio.AudioInfo",
|
||||
"GstAudio.AudioClippingMeta",
|
||||
"GstAudio.AudioFormatInfo",
|
||||
"GstAudio.AudioInfo",
|
||||
"GstAudio.AudioMeta",
|
||||
"GstAudio.AudioRingBufferSpec",
|
||||
]
|
||||
|
||||
[[object]]
|
||||
|
@ -67,6 +70,15 @@ name = "Gst.ClockTime"
|
|||
status = "manual"
|
||||
conversion_type = "scalar"
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioBuffer"
|
||||
status = "manual"
|
||||
|
||||
[[object.function]]
|
||||
name = "map"
|
||||
# Readable and writable variant dealing with mutability
|
||||
rename = "from_buffer_readable"
|
||||
|
||||
[[object]]
|
||||
name = "GstAudio.AudioFormat"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue