[mythtv-firehose] mythtv branch master updated by danielk. v0.26-pre-462-g9b23866

Git Repo Owner noreply at mythtv.org
Mon Jun 4 13:43:08 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  9b23866577096f2cdaa6ce5488fb03fb6fa60a42 (commit)
       via  7e98bdb1b9f05dd42ac6076557afe696ded79666 (commit)
      from  2eabe31e06a49e4cf0cf40f85a1e77a2d6022efb (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 9b23866577096f2cdaa6ce5488fb03fb6fa60a42
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Mon, 4 Jun 2012 09:42:51 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Mon, 4 Jun 2012 09:42:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9b23866577096f2cdaa6ce5488fb03fb6fa60a42

Make MythRenderD3D9 destructor private. Like MythRenderVDPAU in [773f35c4] this class should also be reference counted.
I don't have a Windows build here so this may cause the windows build to fail,
but if it does it will tell me there is a similar problem to be fixed for this
renderer.



commit 7e98bdb1b9f05dd42ac6076557afe696ded79666
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Mon, 4 Jun 2012 09:39:56 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Mon, 4 Jun 2012 09:42:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7e98bdb1b9f05dd42ac6076557afe696ded79666

Refs #10311. Use reference counting for MythRenderVDPAU.
Stuart Morgan noticed an error message on Friday that pointed to
non-use of the reference counter in a reference counted class.
This makes the respective classes use reference counting and
makes the MythRenderVDPAU destructor private so any such use will
be caught at compile time in the future.



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

Summary of changes:
 mythtv/libs/libmythtv/videoout_nullvdpau.cpp |    2 +-
 mythtv/libs/libmythtv/videoout_vdpau.cpp     |    3 ++-
 mythtv/libs/libmythui/mythpainter_vdpau.cpp  |    9 +++------
 mythtv/libs/libmythui/mythpainter_vdpau.h    |    1 -
 mythtv/libs/libmythui/mythrender_d3d9.h      |    2 +-
 mythtv/libs/libmythui/mythrender_vdpau.h     |    2 +-
 6 files changed, 8 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-firehose mailing list