mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +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[] = {
|
||||
{"country", GST_TAG_XMP_GEO_LOCATION_COUNTRY },
|
||||
{"city", GST_TAG_XMP_GEO_LOCATION_CITY },
|
||||
{"Country", GST_TAG_XMP_GEO_LOCATION_COUNTRY },
|
||||
{"City", GST_TAG_XMP_GEO_LOCATION_CITY },
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue