[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-1988-g50e5eef

Git Repo Owner noreply at mythtv.org
Sat Jul 26 09:34:43 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  50e5eef6ab369bc603e2dc4f42b1bcc4e2474a09 (commit)
       via  daab1598682078c2ed414a42272f98552d5e2477 (commit)
       via  891b9ca72add111de253bf218453540535933d9b (commit)
       via  ac98ffd6bc5ca30d5e820393e545825f7e676125 (commit)
      from  5e756a5ea2fb34dfb3847b25f01149c9fa6a18cb (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 50e5eef6ab369bc603e2dc4f42b1bcc4e2474a09
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 10:16:09 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 10:16:09 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=50e5eef6ab369bc603e2dc4f42b1bcc4e2474a09

Initialise m_id in MythNotification. Coverity 1228786



commit daab1598682078c2ed414a42272f98552d5e2477
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 10:13:15 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 10:13:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=daab1598682078c2ed414a42272f98552d5e2477

Whitespace fixes for mythnotification.h



commit 891b9ca72add111de253bf218453540535933d9b
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 09:46:19 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 10:12:06 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=891b9ca72add111de253bf218453540535933d9b

Move audiooutputgraph.* into audio/ where they belong.
A make distclean is recommended.



commit ac98ffd6bc5ca30d5e820393e545825f7e676125
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 09:44:34 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 26 Jul 2014 09:44:34 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ac98ffd6bc5ca30d5e820393e545825f7e676125

Remove empty destructor for AudioOutputGraph's Buffer class. It is derived from QByteArray which doesn't have a virtual destructor, so Buffer's destructor could never be called. Coverity 1228788



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

Summary of changes:
 .../libs/libmyth/{ => audio}/audiooutputgraph.cpp  |    1 -
 mythtv/libs/libmyth/{ => audio}/audiooutputgraph.h |    0
 mythtv/libs/libmyth/libmyth.pro                    |    4 +-
 mythtv/libs/libmythui/mythnotification.h           |   46 ++++++++++----------
 4 files changed, 25 insertions(+), 26 deletions(-)
 rename mythtv/libs/libmyth/{ => audio}/audiooutputgraph.cpp (99%)
 rename mythtv/libs/libmyth/{ => audio}/audiooutputgraph.h (100%)

-- 



More information about the mythtv-commits mailing list