metadata: change XMP location tags to start with capitals
This commit is contained in:
parent
a0a4032ce8
commit
a1aac3ea77
@ -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…
x
Reference in New Issue
Block a user