From 374a97a3e9a93869108748e88a6b9f8dfd706c2b Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 22 Aug 2013 00:03:48 +0200 Subject: [PATCH] v4l2: Use newly #defined metadata names. --- sys/v4l2/gstv4l2bufferpool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index 352006c3bb..deb6d6fa86 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -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);