From 08db8a408829cb3bbd204e71dd8d5616e7d21d3d Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Tue, 30 May 2017 16:40:05 -0400 Subject: Switch the metadata code to the event API The switch is necessary because Multimedia for QNX 7.0.0 removes support for PPS based retrieval. PPS itself is deprecated in QNX 7.0.0. QNX 6.6.0 is also switched to using event notification since Multimedia for QNX 6.6.0 also supports it. There's a slight change in when metadata first becomes available because an event is used instead of file based retrieval. I think it's a necessary change because there isn't actually any guarantee that the metadata is complete at the time that the code used to request it and the code may have missed changes because it never read the information again. [ChangeLog][QNX] Switch to mmr_event_t based metadata retrieval. PPS based retrieval is not supported by Multimedia for QNX 7.0.0. Change-Id: I2b70f05422ee03d25ed2446a0e30b56b03dd82c8 Reviewed-by: Brett Stottlemyer Reviewed-by: Michael Brasser Reviewed-by: Christian Stromme --- src/plugins/qnx/mediaplayer/mediaplayer.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/qnx/mediaplayer/mediaplayer.pri') diff --git a/src/plugins/qnx/mediaplayer/mediaplayer.pri b/src/plugins/qnx/mediaplayer/mediaplayer.pri index 0c7ad4d63..4c4363a91 100644 --- a/src/plugins/qnx/mediaplayer/mediaplayer.pri +++ b/src/plugins/qnx/mediaplayer/mediaplayer.pri @@ -21,4 +21,4 @@ SOURCES += \ $$PWD/mmreventmediaplayercontrol.cpp \ $$PWD/mmreventthread.cpp -QMAKE_USE += mmrenderer pps +QMAKE_USE += mmrenderer -- cgit v1.2.3