]> git.sesse.net Git - mlt/commit
Make the SDL consumer cooperate with VDPAU.
authorDan Dennedy <dan@dennedy.org>
Sun, 29 Nov 2009 01:08:13 +0000 (17:08 -0800)
committerDan Dennedy <dan@dennedy.org>
Fri, 11 Dec 2009 04:37:56 +0000 (20:37 -0800)
commitaf9ab86530893dcb38b534f830891e906dd2140a
treeb084fd34528c298f4ece08cbda96ea4a10b00d0e
parentd4c92724e177f534b50036c57edc20fa2c933436
Make the SDL consumer cooperate with VDPAU.

This moves the SDL_Quit calls from the consumer_stop to the
consumer_close functions. Also, it exports the X11 Display pointer to
the mlt_environment and the global SDL mutex to the consumer class.
src/framework/mlt_consumer.c
src/modules/sdl/consumer_sdl.c
src/modules/sdl/consumer_sdl_preview.c
src/modules/sdl/consumer_sdl_still.c