forked from mirrors/gstreamer-rs
rtp/gir: Enable 1.19.1 RTPHeaderExtension for autogeneration
This commit is contained in:
parent
7e465e4639
commit
5b27f8c94e
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ generate = [
|
|||
"GstRtp.RTCPSDESType",
|
||||
"GstRtp.RTCPType",
|
||||
"GstRtp.RTCPXRType",
|
||||
"GstRtp.RTPHeaderExtensionFlags",
|
||||
"GstRtp.RTPPayload",
|
||||
"GstRtp.RTPProfile",
|
||||
]
|
||||
|
@ -61,6 +62,15 @@ status = "manual"
|
|||
# Readable and writable variant dealing with mutability
|
||||
rename = "from_buffer_readable"
|
||||
|
||||
[[object]]
|
||||
name = "GstRtp.RTPHeaderExtension"
|
||||
status = "generate"
|
||||
[[object.function]]
|
||||
pattern = "read|write"
|
||||
# Until 1.19.2: `data` field lacks`array size` annotation:
|
||||
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1190
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstRtp.RTPBufferFlags"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue