[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-58-g04294d5

Git Repo Owner noreply at mythtv.org
Sat Sep 7 17:33:29 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  04294d592418eda72b78d6db852959a662f1c7f8 (commit)
      from  68836b7ac69d5cf2807ef4098b8887cc47b55ee4 (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 04294d592418eda72b78d6db852959a662f1c7f8
Author:    Mossy <nosepam-mythtv at yahoo.co.uk> at Sat, 7 Sep 2013 17:58:31 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 7 Sep 2013 17:58:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=04294d592418eda72b78d6db852959a662f1c7f8

Fix Saorview MHEG problems
In MHEngine::GenerateUserAction? the current scene is passed to EventTriggered?
 , but Saorview MHEG works if the current app is passed instead. This change does not seem to break BBC MHEG.

 This is from MHEG-5 Broadcast Profile (ETSI ES 202 184), and I'm assuming there's something similar in the Corrigenda to the UK Profile (the Corrigenda doesn't seem to be available from dtg.org.uk any more).:
UniversalEngineProfile(N)

Receivers based on the present document but which have not been
verified as fully conformant shall not return true when N=1 285. Instead
they shall return true when N=2.

 Saorview expects UEP(1285) to return true, MythTV returns true for UEP(2), but not UEP(1285).

 Also there are bugs in MHText and MHLineArt.

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythfreemheg/Engine.cpp  |    8 ++++++--
 mythtv/libs/libmythfreemheg/Text.cpp    |    5 +++++
 mythtv/libs/libmythfreemheg/Visible.cpp |    4 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list