mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
metadata: change XMP location tags to start with capitals
This commit is contained in:
parent
a0a4032ce8
commit
a1aac3ea77
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ static const SchemaTagMap schema_map_dublin_tags_map[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const SchemaTagMap schema_map_photoshop_tags_map[] = {
|
static const SchemaTagMap schema_map_photoshop_tags_map[] = {
|
||||||
{"country", GST_TAG_XMP_GEO_LOCATION_COUNTRY },
|
{"Country", GST_TAG_XMP_GEO_LOCATION_COUNTRY },
|
||||||
{"city", GST_TAG_XMP_GEO_LOCATION_CITY },
|
{"City", GST_TAG_XMP_GEO_LOCATION_CITY },
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue