Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT Music
Qt 6.11 is out! See what's new in the release blog

QT Music

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 479 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I QT Version is 5.3.2 。The environment is ARM . gstreamer version is

    The core

    1.    // Music 
      
    2.    metadataKeys->insert(GST_TAG_ALBUM, QMediaMetaData::AlbumTitle); 
      
    3.    #if (GST_VERSION_MAJOR >= 0) && (GST_VERSION_MINOR >= 10) && (GST_VERSION_MICRO >= 25) 
      
    4.    metadataKeys->insert(GST_TAG_ALBUM_ARTIST, QMediaMetaData::AlbumArtist); 
      
    5.    #endif 
      
    6.    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)

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved