
mythtv at cvs
Nov 22, 2009, 10:38 PM
Post #1 of 6
(471 views)
Permalink
|
|
Ticket #7641: blank screen with vdpau after screen saver has activated
|
|
#7641: blank screen with vdpau after screen saver has activated -------------------------------------+-------------------------------------- Reporter: fracmak | Owner: janne Type: defect | Status: new Priority: minor | Milestone: unknown Component: MythTV - Video Playback | Version: head Severity: low | Mlocked: 0 -------------------------------------+-------------------------------------- From what I've gathered from the mythtv-users list, it seems that when a screensaver has activated, it draws over the vdpau colorkey, so when playback resumes, the video no longer displays. Seems the simplest way to do this is to refresh the colorkey when coming out of pause (seems to make sense since that's also when we turn off the screen saver/DPMS). I'm not 100% familiar with the code, but it seems like we could call videoOutput->DrawUnusedRects() from inside the NuppleVideoPlayer() which might solve the issue. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7641> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|