[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-581-g96de301

Git Repo Owner noreply at mythtv.org
Wed Jan 30 01:31:33 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  96de301144ce2362e26dbbe10d85745155c0bab8 (commit)
      from  d78f5330708382ff7e46b6e455f11df94e4d2ec8 (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 96de301144ce2362e26dbbe10d85745155c0bab8
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 29 Jan 2013 20:22:24 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 29 Jan 2013 20:22:24 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=96de301144ce2362e26dbbe10d85745155c0bab8

Revert "Resolve MPEGStreamData::Reset() ambiguities."
This reverts commit [e75fb21c45942ee8a17a8d5c64901f2868658440].

This is causing tuning to fail some of the time.

What appears to happen is that MPEGStreamData::SetDesiredProgram()
calls ResetMPEG() when a program number is desired which has not
been seen yet. This cause the ATSC tuning data to also be reset,
which wasn't the case before [e75fb21c45] because of a bug in the
implementation, and this causes tuning to fail.

Refs #11334.



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

Summary of changes:
 mythtv/libs/libmythtv/mpeg/atscstreamdata.cpp    |   13 +++++------
 mythtv/libs/libmythtv/mpeg/atscstreamdata.h      |    6 ++--
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp     |   15 ++++--------
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.h       |    6 +---
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp    |    6 ++--
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.h      |    4 +-
 mythtv/libs/libmythtv/mpeg/scanstreamdata.cpp    |   25 ++-------------------
 mythtv/libs/libmythtv/mpeg/scanstreamdata.h      |    6 +---
 mythtv/libs/libmythtv/recorders/asirecorder.cpp  |    2 +-
 mythtv/libs/libmythtv/recorders/mpegrecorder.cpp |    4 +-
 10 files changed, 29 insertions(+), 58 deletions(-)

-- 



More information about the mythtv-commits mailing list