mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
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:
parent
dc81abe9ee
commit
8991140c5a
1 changed files with 4 additions and 1 deletions
|
@ -237,7 +237,10 @@ GType
|
||||||
gst_video_overlay_composition_meta_api_get_type (void)
|
gst_video_overlay_composition_meta_api_get_type (void)
|
||||||
{
|
{
|
||||||
static GType type = 0;
|
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)) {
|
if (g_once_init_enter (&type)) {
|
||||||
GType _type =
|
GType _type =
|
||||||
|
|
Loading…
Reference in a new issue