[mythtv-commits] mythtv branch fixes/0.28 updated by pbennett. v0.28.1-21-ge26a33c

Git Repo Owner noreply at mythtv.org
Tue Apr 18 15:16:43 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user pbennett.
       via  e26a33c69af48399b8c52b1d76872d64a944d137 (commit)
       via  14f82aa54c2825b58b08499a2f448dd6a155fb05 (commit)
      from  0037461751becd40aedd2d3dd8bd2ad5e0836c9f (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 e26a33c69af48399b8c52b1d76872d64a944d137
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:16:24 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e26a33c69af48399b8c52b1d76872d64a944d137

Fix parsing of season from xmltv
Fixes #12786

Signed-off-by: Peter Bennett <pbennett at mythtv.org>
(cherry picked from commit 585f509dea5a8e9c7d7e213d4440ebde958e8138)



commit 14f82aa54c2825b58b08499a2f448dd6a155fb05
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:15:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=14f82aa54c2825b58b08499a2f448dd6a155fb05

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

(cherry picked from commit 3cd374dd16d2257485468e0415892d417eb7520a)



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

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