summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-16 19:44:28 -0500
committerScott Murray <scott.murray@konsulko.com>2019-02-11 15:02:37 +0000
commit2a950adb3229056313c8a8267dec67d2ceadf5ef (patch)
treebafe6ed8a99ea76e4e6b98d7fd223645eebb9186 /package
parent546f5137a2391984f96d65b318f74f1a918ba131 (diff)
Replace QtMultimedia usage with 4A + gstreamer
Replace QtMultimedia usage for ringtone playing with a gstreamer pipeline that uses the provided 4A role ALSA device for output. For now, a "phone" role is assumed to be available, but it does not exist in the current set of 4A policy and HALs, and needs to be added. Testing was done by making the required role changes locally and using some debug QML tweaks to allow triggering the ringtone manually. Bug-AGL: SPEC-1596 Change-Id: I55c2229de1bc5470ee818e5be382b64664fa2d29 Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit 90b83db9213308a4451d9c86b380aba6d13313b5)
Diffstat (limited to 'package')
-rw-r--r--package/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
index d32b0e3..893be6d 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -11,10 +11,12 @@
<param name="homescreen" value="ws" />
<param name="telephony" value="ws" />
<param name="bluetooth-pbap" value="ws" />
+ <param name="ahl-4a" value="ws" />
</feature>
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
<param name="http://tizen.org/privilege/internal/dbus" value="required" />
+ <param name="urn:AGL:permission:audio:public:audiostream" value="required" />
</feature>
</widget>