WPF MediaElement video playback tearing
Posted
by GeekyMonkey
on Stack Overflow
See other posts from Stack Overflow
or by GeekyMonkey
Published on 2009-01-13T11:58:51Z
Indexed on
2010/04/21
20:03 UTC
Read the original article
Hit count: 265
I'm trying to use the MediaElement control in WPF to play back video. It works great in Vista, but when I run it on an XP machine I get tearing in the display. It looks as if it's not using the vertical synch, and just updating the screen mid-draw.
Anyone know how to fix this problem?
© Stack Overflow or respective owner