tzwenn / PyOpenAirMirror

An open source AirPlay mirroring server in Python for iOS 6-8
Other
92 stars 24 forks source link

pygame.Overlay.display crashes, unless memory of passed frames is stored elsewhere #3

Closed tzwenn closed 9 years ago

tzwenn commented 9 years ago

That's the reason there is the stupid dummyBufBecauseItSucks in ```FrameSink.SDLRenderer.handle

tzwenn commented 9 years ago

SDL2 is now standard sink. I still have to flatten the YUV data.

tzwenn commented 9 years ago

Using sdl2.SDL_UpdateYUVTexture with self casted buffers now.