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.