mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 16:55:27 +00:00
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.RTCPSDESType",
|
||||||
"GstRtp.RTCPType",
|
"GstRtp.RTCPType",
|
||||||
"GstRtp.RTCPXRType",
|
"GstRtp.RTCPXRType",
|
||||||
|
"GstRtp.RTPHeaderExtensionFlags",
|
||||||
"GstRtp.RTPPayload",
|
"GstRtp.RTPPayload",
|
||||||
"GstRtp.RTPProfile",
|
"GstRtp.RTPProfile",
|
||||||
]
|
]
|
||||||
|
@ -61,6 +62,15 @@ status = "manual"
|
||||||
# Readable and writable variant dealing with mutability
|
# Readable and writable variant dealing with mutability
|
||||||
rename = "from_buffer_readable"
|
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]]
|
[[object]]
|
||||||
name = "GstRtp.RTPBufferFlags"
|
name = "GstRtp.RTPBufferFlags"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue