ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Screen flickers on Windows Vista when directdrawsink initializes #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the directdrawsink starts rendering video frames on windows Vista, the 
screen flickers, and the message appears in system tray, saying that windows 
has switched to the simplified color scheme.

Original issue reported on code.google.com by wl2776@gmail.com on 15 Oct 2010 at 8:06

GoogleCodeExporter commented 9 years ago
That's an issue with directdraw on vista/win7+ due to aero. Disable aero and 
it'll go away. Otherwise, use dshowvideosink or d3dvideosink to avoid aero 
conflicts.

Original comment by david.g.hoyt on 15 Oct 2010 at 6:32