[mythtv-commits] mythtv commit: r8696 - in trunk/mythtv by cpinkham

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jan 23 05:10:52 UTC 2006


      Author: cpinkham
        Date: 2006-01-23 05:10:51 +0000 (Mon, 23 Jan 2006)
New Revision: 8696
   Changeset: http://cvs.mythtv.org/trac/changeset/8696

Modified:

   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/programs/mythfrontend/networkcontrol.cpp
   trunk/mythtv/programs/mythfrontend/networkcontrol.h

Log:

Fix a bug with Network Control's "play speed 1x", sometimes it would not
revert back to 1x when changing from other speeds.

In NetworkControl, move the socket I/O back out of its own thread and let it
be handled by Qt events since QSocket has thread issues.  Previous threaded
code seemed to work fine under low loads, but if you hammered the socket with
repeated "query location" commands, segfaults would show up.






More information about the mythtv-commits mailing list