[mythtv-commits] mythtv branch master updated by wagnerrp. v0.27-pre-15-g1efa59b

Git Repo Owner noreply at mythtv.org
Sat Oct 6 07:26:03 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  1efa59b1c619013ee35b54bea6a9efecbec3b19f (commit)
       via  ecfa569b5df0ce761cda08a211f31b9cfc3ca1fd (commit)
      from  2b74a688c41882e373471d54c261642dce05d2c3 (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 1efa59b1c619013ee35b54bea6a9efecbec3b19f
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 6 Oct 2012 03:14:42 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 6 Oct 2012 03:14:42 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1efa59b1c619013ee35b54bea6a9efecbec3b19f

Convert previewgenerator to MythSystem and apply nice settings.
This converts the calls that run the Preview Generator externally from
the old myth_system help function to the new MythSystem class. This
change is necessary to apply nice and ionice values to the external
task, to prevent it from interfering with other, more time sensitive
tasks.

Fixes #11026



commit ecfa569b5df0ce761cda08a211f31b9cfc3ca1fd
Author:    Raymond Wagner <rwagner at mythtv.org> at Sat, 6 Oct 2012 03:10:04 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sat, 6 Oct 2012 03:10:04 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ecfa569b5df0ce761cda08a211f31b9cfc3ca1fd

Add mechanism to MythSystem for log argument passthrough.
This adds the kMSPropagateLogs bit to the flags accepted by MythSystem,
for use with MythTV binaries. If enabled, it will automatically append
the necessary command line logging arguments, as a String or StringList,
which ever is appropriate.

Refs #11026



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

Summary of changes:
 mythtv/libs/libmythbase/logging.cpp        |   15 ++++++++++
 mythtv/libs/libmythbase/mythlogging.h      |    6 +++-
 mythtv/libs/libmythbase/mythsystem.cpp     |   19 +++++++++++++
 mythtv/libs/libmythbase/mythsystem.h       |    2 +
 mythtv/libs/libmythbase/mythversion.h      |    2 +-
 mythtv/libs/libmythtv/previewgenerator.cpp |   39 ++++++++++++++++++----------
 6 files changed, 66 insertions(+), 17 deletions(-)

-- 



More information about the mythtv-commits mailing list