v4l2: Use newly #defined metadata names.

This commit is contained in:
Mathieu Duponchelle 2013-08-22 00:03:48 +02:00 committed by Sebastian Dröge
parent 9f9bcbc405
commit 374a97a3e9

View file

@ -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);