From 59e17fa931b02beb2b37a0c99516e15d8e89d72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Mon, 29 Apr 2024 16:22:47 +0200 Subject: [PATCH] rtp: add value annotation for GST_RTP_VALID_VALUE ... otherwise its value is not available to bindings. See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1425#note_2384464 Part-of: --- girs/GstRtp-1.0.gir | 2 +- subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtcpbuffer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/girs/GstRtp-1.0.gir b/girs/GstRtp-1.0.gir index 80a92288e8..c8d35af735 100644 --- a/girs/GstRtp-1.0.gir +++ b/girs/GstRtp-1.0.gir @@ -2100,7 +2100,7 @@ packets, basically it accepts other types than RR and SR - + Valid value for the first two bytes of an RTCP packet after applying #GST_RTCP_VALID_MASK to them. diff --git a/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtcpbuffer.h b/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtcpbuffer.h index b6410a5a1f..30f2038cc6 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtcpbuffer.h +++ b/subprojects/gst-plugins-base/gst-libs/gst/rtp/gstrtcpbuffer.h @@ -268,7 +268,7 @@ typedef enum #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0xf8) /** - * GST_RTCP_VALID_VALUE: + * GST_RTCP_VALID_VALUE: (value 32968) * * Valid value for the first two bytes of an RTCP packet after applying * #GST_RTCP_VALID_MASK to them.