[mythtv-commits] Ticket #9561: Fixes/0.24 Windows OpenGL UI and video broken by commit 9502a6d4

MythTV noreply at mythtv.org
Tue Feb 8 14:46:43 UTC 2011


#9561: Fixes/0.24 Windows OpenGL UI and video broken by commit 9502a6d4
-------------------------------------------------+-------------------------
     Reporter:  Lawrence Rust <lvr@…>            |      Owner:  janne
         Type:  Patch - Bug Fix                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Video Playback          |    Version:  0.24-fixes
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 Commit 9502a6d467dc9560dd88820bb2ebfdb24d12a560 reverted a change to
 libmythui/mythrender_opengl.cpp, reinstating the call to
 QGLContext::doneCurrent() from MythRenderOpenGL::doneCurrent().
 Unfortunately this breaks OpenGL video playback on Windows.

 Given that this change is to the stable branch then it's highly desirable
 to have video playback for Windows working.  A pragmatic approach is to
 conditionally remove the call to QGLContext::doneCurrent() if compiling on
 Windows - patch attached.  A more complete fix can be applied in 0.25.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9561>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list