[mythtv-commits] mythtv commit: r16274 by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Feb 26 21:20:54 UTC 2008


      Author: janne
        Date: 2008-02-26 21:20:54 +0000 (Tue, 26 Feb 2008)
New Revision: 16274
   Changeset: http://cvs.mythtv.org/trac/changeset/16274

Modified:

   branches/release-0-21-fixes/mythtv/libs/libmythtv/eitscanner.cpp
   branches/release-0-21-fixes/mythtv/libs/libmythtv/eitscanner.h

Log:

Merges [16191] from trunk:
Convert EITScanner pthread from pthread to QThread

From: David <david at unsolicited point net>
Fixes a segfault in the EITFixup QRegExps. QRegExp depends on QThreadStorage
which can only be used in threads created by QThread.

I'm just converting the EITScanner thread due to the near release date.
Other threads using QRegExp should be converted too or maybe not.
I have not seen the same warning in the qt 4.3 docs.
Refs #4695, Refs #4733





More information about the mythtv-commits mailing list