From 8991140c5ac10a2dd735928548af5ed4b3f01360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 12 Jan 2025 12:43:54 +0200 Subject: [PATCH] video-overlay-composition: Declare the video/size/orientation tags for the meta If any of these change then the meta needs to be updated one way or another. Part-of: --- .../gst-libs/gst/video/video-overlay-composition.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/video/video-overlay-composition.c b/subprojects/gst-plugins-base/gst-libs/gst/video/video-overlay-composition.c index c6cfc8b4c1..79042f58dc 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/video/video-overlay-composition.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/video/video-overlay-composition.c @@ -237,7 +237,10 @@ GType gst_video_overlay_composition_meta_api_get_type (void) { static GType type = 0; - static const gchar *tags[] = { NULL }; + static const gchar *tags[] = + { GST_META_TAG_VIDEO_STR, GST_META_TAG_VIDEO_ORIENTATION_STR, + GST_META_TAG_VIDEO_SIZE_STR, NULL + }; if (g_once_init_enter (&type)) { GType _type =