[mythtv-commits] Ticket #9460: [patch] OpenGL doublelock fix

MythTV noreply at mythtv.org
Sat Jan 8 12:32:30 UTC 2011


#9460: [patch] OpenGL doublelock fix
-------------------------------------------------+-------------------------
     Reporter:  Jiri Fojtasek <jiri.fojtasek@…>  |      Owner:  janne
         Type:  Patch - Bug Fix                  |     Status:  new
     Priority:  major                            |  Milestone:
    Component:  MythTV - Video Playback          |    Version:  Unspecified
     Severity:  high                             |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 This patch fixing ocasional frontend crash and video stuck during DVB-S
 live tv playback when using hardware deinterlacer (detailed log included).

 I using Radeon X1300 with oss drivers. In order to fix this issue i tried
 update mesa classic to galium but without success.

 The problem is than "OpenGLLocker ctx_lock(gl_context)" was issued two
 times in the same context in functions:

 VideoOutputOpenGL::SetupDeinterlace

 OpenGLVideo::AddDeinterlacer

 This also fixed ocasional log messages "VidOutGL: Couldn't load
 deinterlace filter" whish was related to this problem. The fix is valid
 for trunk and 0.24-fixes. This fix may be related to #9216 #9272

 Jiri

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


More information about the mythtv-commits mailing list