summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <R01007@freescale.com>2014-08-16 00:28:40 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-22 10:32:00 -0300
commit1d3be531c302fb5a733245a8b600faa9701d5354 (patch)
treea4f39d92c257fa72f166bf514993269a1311b1eb
parent4ffc6ac2dc2f3390a95d125403b249f674d13c9d (diff)
downloadmeta-fsl-arm-1d3be531c302fb5a733245a8b600faa9701d5354.tar.gz
pulseaudio: Fix mutext issue when do pause in gstreamer
Pulseaudio crashes when other program using sound: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:106, function pa_mutex_unlock(). Disable the feature PTHREAD priority inheritance is the easiest workaround for this issue. Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
new file mode 100644
index 0000000..b9acb36
--- /dev/null
+++ b/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
@@ -0,0 +1,4 @@
1
2CACHED_CONFIGUREVARS_append_mx6 = " ax_cv_PTHREAD_PRIO_INHERIT=no"
3
4PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"