QT Music
General and Desktop
1
Posts
1
Posters
432
Views
1
Watching
-
I QT Version is 5.3.2 。The environment is ARM . gstreamer version is
The core
-
// Music -
metadataKeys->insert(GST_TAG_ALBUM, QMediaMetaData::AlbumTitle); -
#if (GST_VERSION_MAJOR >= 0) && (GST_VERSION_MINOR >= 10) && (GST_VERSION_MICRO >= 25) -
metadataKeys->insert(GST_TAG_ALBUM_ARTIST, QMediaMetaData::AlbumArtist); -
#endif -
metadataKeys->insert(GST_TAG_ARTIST, QMediaMetaData::ContributingArtist);
The data of GST_TAG_ALBUM can be got , but the data of GST_TAG_ALBUM_ARTIST can't be got .
I used ARM kernel Linux platform.(GST 2.0) -