mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
v4l2: Use newly #defined metadata names.
This commit is contained in:
parent
9f9bcbc405
commit
374a97a3e9
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ GType
|
|||
gst_v4l2_meta_api_get_type (void)
|
||||
{
|
||||
static volatile GType type;
|
||||
static const gchar *tags[] = { "memory", NULL };
|
||||
static const gchar *tags[] =
|
||||
{ GST_META_TAG_VIDEO_STR, GST_META_TAG_MEMORY_STR, NULL };
|
||||
|
||||
if (g_once_init_enter (&type)) {
|
||||
GType _type = gst_meta_api_type_register ("GstV4l2MetaAPI", tags);
|
||||
|
|
Loading…
Reference in a new issue