Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pulseaudio: Fix mutext issue when do pause in gstreamer | Jun Zhu | 2014-08-18 | 1 | -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> |