[mythtv-commits] mythtv branch master updated by pbennett. v29-pre-397-g585f509

Git Repo Owner noreply at mythtv.org
Tue Apr 18 15:12:13 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  585f509dea5a8e9c7d7e213d4440ebde958e8138 (commit)
       via  3cd374dd16d2257485468e0415892d417eb7520a (commit)
      from  79844ba0d7c834f6760f745a84f2ce3b4a93e1ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 585f509dea5a8e9c7d7e213d4440ebde958e8138
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 18 Apr 2017 11:10:45 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Tue, 18 Apr 2017 11:10:45 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=585f509dea5a8e9c7d7e213d4440ebde958e8138

Fix parsing of season from xmltv
Fixes #12786

Signed-off-by: Peter Bennett <pbennett at mythtv.org>



commit 3cd374dd16d2257485468e0415892d417eb7520a
Author:    Peter Bennett <pbennett at mythtv.org> at Tue, 18 Apr 2017 10:45:01 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Tue, 18 Apr 2017 11:03:53 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3cd374dd16d2257485468e0415892d417eb7520a

Fix for LCD device code hanging
When playing recordings if the audio changes (e.g. number of
channels change), it sends a message to the lcd server
from the wrong thread.
After this no LCD messages get through, but queue indefinitely.
The fix uses a slot to ensure messages are send from the
correct thread.

Refs #12566
Fixes #12567



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/lcddevice.cpp            |   10 +++++++++-
 mythtv/libs/libmythbase/lcddevice.h              |    5 ++++-
 mythtv/programs/mythfilldatabase/xmltvparser.cpp |    1 +
 3 files changed, 14 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list