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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8288>
This commit is contained in:
Sebastian Dröge 2025-01-12 12:43:54 +02:00 committed by GStreamer Marge Bot
parent dc81abe9ee
commit 8991140c5a

View file

@ -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 =