Use US spelling for organization.
Since it seems it was never implemented, don't keep the legacy spelling. Change-Id: Idc918548a4ed643ba7da35e97ce08f401e74303f Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
39e6da8f8e
commit
f050d8fe2b
@@ -76,7 +76,7 @@ static const QWMMetaDataKeyLookup qt_wmMetaDataKeys[] =
|
||||
{ QtMultimedia::Publisher, L"WM/Publisher" },
|
||||
{ QtMultimedia::Copyright, L"Copyright" },
|
||||
{ QtMultimedia::ParentalRating, L"ParentalRating" },
|
||||
{ QtMultimedia::RatingOrganisation, L"RatingOrganisation" },
|
||||
{ QtMultimedia::RatingOrganization, L"RatingOrganisation" },
|
||||
|
||||
// Media
|
||||
{ QtMultimedia::Size, L"FileSize" },
|
||||
|
||||
@@ -67,7 +67,7 @@ static const QGstreamerMetaDataKeyLookup qt_gstreamerMetaDataKeys[] =
|
||||
{ QtMultimedia::Publisher, GST_TAG_ORGANIZATION },
|
||||
{ QtMultimedia::Copyright, GST_TAG_COPYRIGHT },
|
||||
//{ QtMultimedia::ParentalRating, 0 },
|
||||
//{ QtMultimedia::RatingOrganisation, 0 },
|
||||
//{ QtMultimedia::RatingOrganization, 0 },
|
||||
|
||||
// Media
|
||||
//{ QtMultimedia::Size, 0 },
|
||||
|
||||
@@ -67,7 +67,7 @@ static const QGstreamerMetaDataKeyLookup qt_gstreamerMetaDataKeys[] =
|
||||
{ QtMultimedia::Publisher, GST_TAG_ORGANIZATION },
|
||||
{ QtMultimedia::Copyright, GST_TAG_COPYRIGHT },
|
||||
//{ QtMultimedia::ParentalRating, 0 },
|
||||
//{ QtMultimedia::RatingOrganisation, 0 },
|
||||
//{ QtMultimedia::RatingOrganization, 0 },
|
||||
|
||||
// Media
|
||||
//{ QtMultimedia::Size, 0 },
|
||||
|
||||
@@ -70,7 +70,7 @@ static const QGstreamerMetaDataKeyLookup qt_gstreamerMetaDataKeys[] =
|
||||
{ QtMultimedia::Publisher, GST_TAG_ORGANIZATION },
|
||||
{ QtMultimedia::Copyright, GST_TAG_COPYRIGHT },
|
||||
//{ QtMultimedia::ParentalRating, 0 },
|
||||
//{ QtMultimedia::RatingOrganisation, 0 },
|
||||
//{ QtMultimedia::RatingOrganization, 0 },
|
||||
|
||||
// Media
|
||||
//{ QtMultimedia::Size, 0 },
|
||||
|
||||
Reference in New Issue
Block a user