]> git.sesse.net Git - mlt/commit
On Windows, ensure consumer-thread-create fires on caller thread.
authorDan Dennedy <dan@dennedy.org>
Tue, 11 Feb 2014 01:29:50 +0000 (17:29 -0800)
committerDan Dennedy <dan@dennedy.org>
Tue, 11 Feb 2014 01:29:50 +0000 (17:29 -0800)
commit1df7e15a677f79d2f5b94c57b77cd0666359f9cc
treea6bf2d4522e4fafa0f75c07c486660ddaa484df9
parent4945fd344bac8da10e3ed2bdeaca568283f69488
On Windows, ensure consumer-thread-create fires on caller thread.

This is needed to get GPU processing working on Shotcut for Windows and
probably other Qt 5 apps. However, that causes some bad behavior with
Movit on Linux. So, this change is only on Windows for now.
src/framework/mlt_consumer.c