obs-studio/test/test-input
jp9000 2451b80ef6 Fix drawing bug with async video sources
Before, async video sources would flicker because they were only being
drawn when they were updated.  So when updated, they'd draw that frame,
then it would stop drawing it until it updated again.  This fixes that
issue and they should now draw properly.

Also, fix a few other minor bugs and issues relating to async video,
and make it so that non-async video filters can be properly applied to
them.

For the purposes of testing, change the 'test-random' source to an async
video source that updates every quarter of a second with a new random
face.

Also fix a bug where non-async video sources wouldn't have filter
effects applied properly.
2014-04-13 02:22:28 -07:00
..
CMakeLists.txt Revamp API and start using doxygen 2014-02-12 08:04:50 -07:00
test-desktop.m Improve properties API 2014-04-04 00:30:37 -07:00
test-filter.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
test-input.c Add properties to osx display capture 2014-03-23 21:06:24 +01:00
test-random.c Fix drawing bug with async video sources 2014-04-13 02:22:28 -07:00
test-sinewave.c Fix audio streaming and mac semaphores 2014-03-10 19:04:00 -07:00