]> git.sesse.net Git - mlt/commit
Fix crashing when using opengl services with wrapper producers.
authorDan Dennedy <dan@dennedy.org>
Fri, 4 Apr 2014 23:48:32 +0000 (16:48 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 4 Apr 2014 23:48:32 +0000 (16:48 -0700)
commit3f84fe14c06956b5092c257fd27da490565566e5
tree36c3583cfec19bd17bc90329f5446900516fb4da
parent8bf8503d7bf31bd6708d59501f45e339e06fa5bd
Fix crashing when using opengl services with wrapper producers.

Steinar reported crashing in Kdenlive when using the framebuffer
producer due to movit.crop changing the format to mlt_image_none.
Removing that required making other components handle requests with
format = mlt_image_none.
src/framework/mlt_frame.c
src/modules/core/producer_colour.c
src/modules/gtk2/producer_pixbuf.c
src/modules/opengl/filter_movit_crop.cpp
src/modules/qt/qimage_wrapper.cpp