camerabin: update tag names in test application to latest gst definitions

This commit is contained in:
Lasse Laukkanen 2010-05-25 15:39:43 +03:00 committed by Thiago Santos
parent 44fa17b036
commit 5c92dc23cc

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