Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: d6bfd1729128dac60531dbc06156a0b7a04df2d3
https://github.com/mltframework/mlt/commit/d6bfd1729128dac60531dbc06156a0b7a04df2d3
Author: Brian Matherly
Date: 2015-03-31 (Tue, 31 Mar 2015)
Changed paths:
On Tue, Mar 31, 2015 at 4:13 AM, Mark Long wrote:
> With regard to the Mutex issue that I mentioned, apparently it has been
> solved in other apps by setting a ceiling on the thread priority
>
> int OldPrio = 0;
> pthread_mutex_setprioceiling(&CritSec, 0, &OldPrio);
>
>
I do not believe this is c
With regard to the Mutex issue that I mentioned, apparently it has been solved
in other apps by setting a ceiling on the thread priority
int OldPrio = 0;
pthread_mutex_setprioceiling(&CritSec, 0, &OldPrio);It is also noted that the
issue is intermittent in other apps which matches what I am seein