[mythtv] PATCH: program guide freeze on XVMC

Curtis Stanford curtis at stanfordcomputing.com
Sun Apr 10 16:22:56 UTC 2005


After the latest patches to videoout_xvmc.cpp, the program guide hangs 
when presenting the small video window. Not the hard hang like before. 
I can ssh in and kill it. Anyway, after patching videoout_xvmc.cpp with 
the following patch, it's all good again.

Curtis

Index: videoout_xvmc.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/videoout_xvmc.cpp,v
retrieving revision 1.51
diff -u -r1.51 videoout_xvmc.cpp
--- videoout_xvmc.cpp   10 Apr 2005 05:10:51 -0000      1.51
+++ videoout_xvmc.cpp   10 Apr 2005 16:20:51 -0000
@@ -846,7 +846,6 @@
          return;
      }

-    pthread_mutex_lock(&lock);
      data->XJ_curwin = wid;
      VideoOutput::EmbedInWidget(wid, x, y, w, h);



More information about the mythtv-dev mailing list