mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
rtp/gir: Document manually implemented types and functions
This commit is contained in:
parent
f78cb39615
commit
09d39a9cbb
1 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,14 @@ status = "generate"
|
|||
name = "rtp_source_meta_api_get_type"
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstRtp.RTPBuffer"
|
||||
status = "manual"
|
||||
[[object.function]]
|
||||
name = "map"
|
||||
# Readable and writable variant dealing with mutability
|
||||
rename = "from_buffer_readable"
|
||||
|
||||
[[object]]
|
||||
name = "GstRtp.RTPBufferFlags"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue