From 7517dcca3bf611fc9ff9a0f7cd52f3dcde140893 Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Mon, 19 Mar 2012 13:35:30 +1000 Subject: Updated IID, services, and controls to use qt-project URL Instead of com.nokia.qt we should use org.qt-project.qt. All the identifiers have also been updated to use pure lowercase, and where used the version numbers have been updated to 5.0. Change-Id: Ib209327f5205f5a086a5932394504a8a52e1f712 Reviewed-by: Dmytro Poplavskiy --- src/multimedia/qmediaserviceproviderplugin.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/multimedia/qmediaserviceproviderplugin.h') diff --git a/src/multimedia/qmediaserviceproviderplugin.h b/src/multimedia/qmediaserviceproviderplugin.h index 0d98a28e9..346a4438c 100644 --- a/src/multimedia/qmediaserviceproviderplugin.h +++ b/src/multimedia/qmediaserviceproviderplugin.h @@ -112,7 +112,7 @@ struct Q_MULTIMEDIA_EXPORT QMediaServiceProviderFactoryInterface }; #define QMediaServiceProviderFactoryInterface_iid \ - "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" + "org.qt-project.qt.mediaserviceproviderfactory/5.0" Q_DECLARE_INTERFACE(QMediaServiceProviderFactoryInterface, QMediaServiceProviderFactoryInterface_iid) @@ -124,7 +124,7 @@ struct Q_MULTIMEDIA_EXPORT QMediaServiceSupportedFormatsInterface }; #define QMediaServiceSupportedFormatsInterface_iid \ - "com.nokia.Qt.QMediaServiceSupportedFormatsInterface/1.0" + "org.qt-project.qt.mediaservicesupportedformats/5.0" Q_DECLARE_INTERFACE(QMediaServiceSupportedFormatsInterface, QMediaServiceSupportedFormatsInterface_iid) @@ -136,7 +136,7 @@ struct Q_MULTIMEDIA_EXPORT QMediaServiceSupportedDevicesInterface }; #define QMediaServiceSupportedDevicesInterface_iid \ - "com.nokia.Qt.QMediaServiceSupportedDevicesInterface/1.0" + "org.qt-project.qt.mediaservicesupporteddevices/5.0" Q_DECLARE_INTERFACE(QMediaServiceSupportedDevicesInterface, QMediaServiceSupportedDevicesInterface_iid) @@ -149,7 +149,7 @@ struct Q_MULTIMEDIA_EXPORT QMediaServiceFeaturesInterface #define QMediaServiceFeaturesInterface_iid \ - "com.nokia.Qt.QMediaServiceFeaturesInterface/1.0" + "org.qt-project.qt.mediaservicefeatures/5.0" Q_DECLARE_INTERFACE(QMediaServiceFeaturesInterface, QMediaServiceFeaturesInterface_iid) @@ -171,7 +171,7 @@ public: Required: QVideoOutputControl Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl */ -#define Q_MEDIASERVICE_MEDIAPLAYER "com.nokia.qt.mediaplayer" +#define Q_MEDIASERVICE_MEDIAPLAYER "org.qt-project.qt.mediaplayer" /*! Service with support for recording from audio sources @@ -181,7 +181,7 @@ public: Recommended: QAudioEncoderControl Optional: QMediaContainerControl */ -#define Q_MEDIASERVICE_AUDIOSOURCE "com.nokia.qt.audiosource" +#define Q_MEDIASERVICE_AUDIOSOURCE "org.qt-project.qt.audiosource" /*! Service with support for camera use. @@ -195,7 +195,7 @@ public: Required: QVideoOutputControl Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl */ -#define Q_MEDIASERVICE_CAMERA "com.nokia.qt.camera" +#define Q_MEDIASERVICE_CAMERA "org.qt-project.qt.camera" /*! Service with support for radio tuning. @@ -205,14 +205,14 @@ public: Recommended: QAudioEncoderControl Optional: QMediaContainerControl */ -#define Q_MEDIASERVICE_RADIO "com.nokia.qt.radio" +#define Q_MEDIASERVICE_RADIO "org.qt-project.qt.radio" /*! Service with support for decoding audio. Required Controls: QAudioDecoderControl Optional: that streams control */ -#define Q_MEDIASERVICE_AUDIODECODER "com.nokia.qt.audiodecode" +#define Q_MEDIASERVICE_AUDIODECODER "org.qt-project.qt.audiodecode" -- cgit v1.2.3