[mythtv-commits] mythtv branch fixes/0.27 updated by paulh. v0.27-125-g7f548de

Git Repo Owner noreply at mythtv.org
Mon Dec 30 11:32:46 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user paulh.
       via  7f548de029ed84870538c87193b8b9f650cf0c5a (commit)
      from  d96506156c2b200d3c6658e578d7b7fbd4014bad (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 7f548de029ed84870538c87193b8b9f650cf0c5a
Author:    Paul Harrison <pharrison at mythtv.org> at Mon, 30 Dec 2013 11:28:50 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Mon, 30 Dec 2013 11:32:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7f548de029ed84870538c87193b8b9f650cf0c5a

MythMusic: fix playback of some radio stations
Make sure the maximum size of the QTCPSocket read buffer is set appropriately.

This seems to throttle the sending of readyRead() signals sent to us from
QTCPSocket better otherwise once we fill our buffer and don't read anything in the
readyRead() slot the QTCPSocket will eventually not send any more signals causing
us to run out of data.

Fixes #11872.

(cherry picked from commit 6ddaba216d8f6a7e178d4acfe6930458fb532d05)



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/shoutcast.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list