Skip Menu |

This queue is for tickets about the Video-FFmpeg CPAN distribution.

Report information
The Basics
Id: 59463
Status: resolved
Priority: 0/
Queue: Video-FFmpeg

People
Owner: RANDOMMAN [...] cpan.org
Requestors: revmischa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.46
Fixed in: (no value)



Subject: Mutex is uninitialized, pthread_mutex_lock returns EINVAL on OSX
The Video-FFmpeg test fails on Mac OS X while trying to get the lock for AVFormatCtxMP. If you add: pthread_mutex_init(&AVFormatCtxMP, NULL); under BOOT:, then it runs fine. Also, an unrelated issue is that it checks for file existence before opening a stream. This prevents using your module with network streams. Thanks, Mischa Spiegelmock
On Fri Jul 16 18:40:48 2010, REVMISCHA wrote: Show quoted text
> The Video-FFmpeg test fails on Mac OS X while trying to get the lock for > AVFormatCtxMP. If you add: > > pthread_mutex_init(&AVFormatCtxMP, NULL); > > under BOOT:, then it runs fine. > > > Also, an unrelated issue is that it checks for file existence before > opening a stream. This prevents using your module with network streams. > > Thanks, > Mischa Spiegelmock
Added that patch finally. Thanks.
closing