mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41: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"
|
name = "rtp_source_meta_api_get_type"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
[[object]]
|
||||||
|
name = "GstRtp.RTPBuffer"
|
||||||
|
status = "manual"
|
||||||
|
[[object.function]]
|
||||||
|
name = "map"
|
||||||
|
# Readable and writable variant dealing with mutability
|
||||||
|
rename = "from_buffer_readable"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GstRtp.RTPBufferFlags"
|
name = "GstRtp.RTPBufferFlags"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue