]> git.sesse.net Git - vlc/commit
New "vout display" for macosx.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 24 Dec 2009 09:01:11 +0000 (10:01 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 24 Dec 2009 16:22:20 +0000 (17:22 +0100)
commitecc72fd1c43a75ae8df40514137f83cbaaf2fa66
tree2910007d62fee7d44a44d866742c42b1a579c9fe
parent8496ea9b762a38df5f911ed5adfc3f731eef5400
New "vout display" for macosx.

It is non blocking regarding Main Thread.
It is compatible with minimal_macosx in term of drawable-nsobject.
It will only work if a drawable-nsobject is provided.

It removes the glitches there was with minimal_macosx (and gui/macosx) when:
- Displaying the first frames
- Resizing the view.
configure.ac
modules/video_output/Modules.am
modules/video_output/macosx.m [new file with mode: 0644]
modules/video_output/wrapper.c