[vlc-devel] vlc: svn commit r9671 (jpsaman)
Subversion daemon
svn at videolan.org
Wed Dec 29 11:22:14 CET 2004
r9671 | jpsaman | 2004-12-29 11:22:13 +0100 (Wed, 29 Dec 2004) | 6 lines
Changed paths:
M /branches/0.8.1-jpsaman-thedj/src/video_output/video_output.c
M /branches/0.8.1-jpsaman-thedj/src/video_output/vout_subpictures.c
Fixed error "subpicture heap is full". The cause seems to be lock congestion.
- in vout_subpictures.c function spu_CreateSubpicture() used finer grained locks
- in video_output.c function spu_SortPictures() was called with change_lock held and this seems to be one of the sources of this problem.
Hopefully it is fixed now.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list