What happens when two applications register as the same ContextKit provider property, specifically something like 'Media.NowPlaying' ?

Are the ContextKit properties owned by the MeeGo platform and not to be set by applications? If so, which component in MeeGo is responsible for managing the Media.NowPlaying property?

If an application calls:

    QMediaPlayer *player = new QMediaPlayer;
    player->setMedia(QUrl::fromLocalFile("myFavoriteSong.mp3"));
    player->play();

will a component in the GStreamer media framework automatically send out the Media.NowPlaying property changes? If not, what should the application be calling in order to invoke the "system player" to correctly manage the Media.NowPlaying property?

Thanks,
James


_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to