metadata: change XMP location tags to start with capitals

This commit is contained in:
Tommi Myöhänen 2009-09-02 15:26:15 +03:00 committed by René Stadler
parent a0a4032ce8
commit a1aac3ea77

View file

@ -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}
}; };