camerabin: update tag names in test application to latest gst definitions
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>
Tue, 25 May 2010 12:39:43 +0000 (15:39 +0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Mon, 20 Sep 2010 21:26:49 +0000 (18:26 -0300)
tests/examples/camerabin/gst-camerabin-test.c

index d6cfe8a..55954a9 100644 (file)
@@ -522,8 +522,8 @@ set_metadata (GstElement * camera)
       GST_TAG_GEO_LOCATION_LONGITUDE, 1.0,
       GST_TAG_GEO_LOCATION_LATITUDE, 2.0,
       GST_TAG_GEO_LOCATION_ELEVATION, 3.0,
-      "device-make", "gst-camerabin-test make",
-      "device-model", "gst-camerabin-test model", NULL);
+      GST_TAG_DEVICE_MANUFACTURER, "gst-camerabin-test manufacturer",
+      GST_TAG_DEVICE_MODEL, "gst-camerabin-test model", NULL);
 
   g_free (desc_str);
   g_date_free (date);