[vlc-devel] commit: opengl: fix an crash/ hang on exit because opengl needs the init and end to be done in the same thread . ( Rémi Duraffort )

Laurent Aimar fenrir at via.ecp.fr
Wed Jul 22 21:20:15 CEST 2009


On Wed, Jul 22, 2009, git version control wrote:
> vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 22 10:48:46 2009 +0200| [153dd4aa04adbf9d8448d25d711f53bd00a89330] | committer: Rémi Duraffort 
> 
> opengl: fix an crash/hang on exit because opengl needs the init and end to be done in the same thread.
 I am not sure it is relevant, but pf_init and pf_end can be called more than
once. You unload in pf_end but the module_need seems to be done in Open() and
not in pf_init (if true, I am not sure how to fix it).

-- 
fenrir



More information about the vlc-devel mailing list