summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/pulseaudio
Commit message (Collapse)AuthorAgeFilesLines
* pulseaudio: Use version-agnostic bbappendOtavio Salvador2015-02-191-0/+0
| | | | | | | | | The bbappend was restricted to the 5.0 release. The 6.0 is released and short to be updated in OE-Core so to avoid breakage we are now using a version-agnostic bbappend file. Change-Id: I4f4b3d099c37f6561353225ced7d27bdeab8b2bf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Fix mutext issue when do pause in gstreamerJun Zhu2014-08-181-0/+4
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>