[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1826-g90730e5

Git Repo Owner noreply at mythtv.org
Thu Jul 10 07:39:11 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  90730e55cebf249ffb5c9cf26df2c8688f31eda4 (commit)
      from  e2def5c55659b8f0427192130d163ebcfb26aa75 (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 90730e55cebf249ffb5c9cf26df2c8688f31eda4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Jul 2014 17:38:31 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Jul 2014 17:38:31 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=90730e55cebf249ffb5c9cf26df2c8688f31eda4

Do not wait too quickly when reaching EOF
DVD Ringbuffer seeks a lot, in small files, causing the readahead to pause for one second once it reaches EOF, and preventing readsdesired to be updated. As a consequence WaitForReadsAllowed would timeout.
Also, after a seek, make sure the readahead thread is woken up, this reduce next read time by up to 1s.

Fixes #12205



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

Summary of changes:
 mythtv/libs/libmythtv/ringbuffer.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list