From b9b249be48bfeb1888bc066664d925a60083681b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 3 Feb 2024 17:43:23 +0100 Subject: [PATCH] va: fix g-i annotation This parameter annotation is unknown :[allow-null-none] None --- girs/GstVa-1.0.gir | 2 +- subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/girs/GstVa-1.0.gir b/girs/GstVa-1.0.gir index 49f671b4cd..454573e799 100644 --- a/girs/GstVa-1.0.gir +++ b/girs/GstVa-1.0.gir @@ -833,7 +833,7 @@ the most widely used VA drivers. a #GstBufferPool - + the declared surface size diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c index 2530cf1fbb..b55fc2bb53 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvapool.c @@ -514,7 +514,7 @@ gst_va_pool_new_with_config (GstCaps * caps, guint min_buffers, /** * gst_va_pool_get_buffer_size: * @pool: a #GstBufferPool - * @size: (out) (allow-null-none): the declared surface size + * @size: (out) (allow-none): the declared surface size * * Helper function to retrieve the VA surface size provided by @pool. *