]> code.ossystems Code Review - meta-freescale.git/commit
pulseaudio: Fix mutext issue when do pause in gstreamer
authorJun Zhu <R01007@freescale.com>
Fri, 15 Aug 2014 16:28:40 +0000 (00:28 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Aug 2014 12:40:54 +0000 (09:40 -0300)
commitfa1646f2300cd44a0e969451c8ed368b3c80ff0f
tree6c76a079ef1c83334476392ed5056a3396d68e79
parent04411646e5f9ebbd2453dfa004f88815d5525efd
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>
meta-fsl-arm/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend [new file with mode: 0644]