[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-431-ga7e8f7f

Git Repo Owner noreply at mythtv.org
Wed Dec 19 18:54:20 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  a7e8f7f363939864ed4b1c971f807b8c24aa324d (commit)
       via  40ff97370a7d7ad115c1f700131ff5464c34a484 (commit)
       via  3bd3516e2fe917d41be54bca27f3675f8323df47 (commit)
      from  d189c7cdb42910b15242d5514e8614b4eef7f29b (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 a7e8f7f363939864ed4b1c971f807b8c24aa324d
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:47:00 -0500
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:47:00 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a7e8f7f363939864ed4b1c971f807b8c24aa324d

Refs #11298. Print error message on Poll error.



commit 40ff97370a7d7ad115c1f700131ff5464c34a484
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:43:24 -0500
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:43:24 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=40ff97370a7d7ad115c1f700131ff5464c34a484

Fixes #11298. Revert "Comment out dead code in dvbci.cpp to quiet clang++"
This code isn't as dead as I thought...

This reverts commit be8dd3067bdffcac651f5d00855105cbdfbe560f.



commit 3bd3516e2fe917d41be54bca27f3675f8323df47
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:42:39 -0500
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Wed, 19 Dec 2012 13:42:39 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3bd3516e2fe917d41be54bca27f3675f8323df47

Properly shutdown read ahead thread in *RingBuffer destructors.
The read ahead thread must be shut down before we start
destructing RingBuffer derived classes otherwise RingBuffer::run()
can call the safe_read() after it has been reduced to a
pure virtual during destruction.



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

Summary of changes:
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp      |    2 +
 mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp        |    2 +
 mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp |    2 +
 mythtv/libs/libmythtv/fileringbuffer.cpp           |   18 +++---------
 mythtv/libs/libmythtv/icringbuffer.cpp             |    7 ++++-
 mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp   |    4 +-
 mythtv/libs/libmythtv/ringbuffer.cpp               |   27 +++++++++----------
 mythtv/libs/libmythtv/ringbuffer.h                 |    2 +-
 mythtv/libs/libmythtv/streamingringbuffer.cpp      |    2 +
 9 files changed, 35 insertions(+), 31 deletions(-)

-- 



More information about the mythtv-commits mailing list