mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
camerabin: update tag names in test application to latest gst definitions
This commit is contained in:
parent
44fa17b036
commit
5c92dc23cc
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue