[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-656-g6ddaba2

Git Repo Owner noreply at mythtv.org
Mon Dec 30 11:29:39 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  6ddaba216d8f6a7e178d4acfe6930458fb532d05 (commit)
      from  7f3d8f79d9a2e9f689249aea967d242e82708f3b (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 6ddaba216d8f6a7e178d4acfe6930458fb532d05
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:28:50 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6ddaba216d8f6a7e178d4acfe6930458fb532d05

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.



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

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

-- 



More information about the mythtv-commits mailing list