diff --git a/girs/GstPbutils-1.0.gir b/girs/GstPbutils-1.0.gir index 057276f32a..473259b73a 100644 --- a/girs/GstPbutils-1.0.gir +++ b/girs/GstPbutils-1.0.gir @@ -3169,9 +3169,9 @@ rate. Creates the corresponding AV1 Codec Configuration Record - - The AV1 Codec Configuration Record, or NULL if -there was an error. + + The AV1 Codec Configuration Record, or +%NULL if there was an error. @@ -3184,8 +3184,9 @@ there was an error. Parses the provided @av1c and returns the corresponding caps - - The parsed AV1 caps, or NULL if there is an error + + The parsed AV1 caps, or %NULL if there +is an error diff --git a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c index 87e65272b6..fb49021348 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/codec-utils.c @@ -2425,7 +2425,8 @@ done: * * Since: 1.26 * - * Returns: (transfer full): The parsed AV1 caps, or NULL if there is an error + * Returns: (transfer full) (nullable): The parsed AV1 caps, or %NULL if there + * is an error */ GstCaps * gst_codec_utils_av1_create_caps_from_av1c (GstBuffer * av1c) @@ -2546,8 +2547,8 @@ done: * * Since: 1.26 * - * Returns: (transfer full): The AV1 Codec Configuration Record, or NULL if - * there was an error. + * Returns: (transfer full) (nullable): The AV1 Codec Configuration Record, or + * %NULL if there was an error. */ GstBuffer *