[mythtv-commits] mythtv branch fixes/0.26 updated by jstichnoth. v0.26.0-58-gb8998fc

Git Repo Owner noreply at mythtv.org
Thu Dec 13 14:15:26 UTC 2012


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  b8998fc41b1cb23d816354c211e8fa96ab316db3 (commit)
       via  1ecfe64da85dad6be51174e139b7ed9c4f85b3f6 (commit)
      from  2baece97462dc411cbf9f45f11667b2e4f186730 (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 b8998fc41b1cb23d816354c211e8fa96ab316db3
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 5 Dec 2012 09:08:32 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 13 Dec 2012 06:14:48 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b8998fc41b1cb23d816354c211e8fa96ab316db3

Cutlist editor: Trigger a redraw of the editbar when changes are made.
Otherwise, cut/keep marks may incorrectly stay visible when changes to
cut/keep regions are made.
(cherry picked from commit 1241485d5d2ec81deddf2c5ab8deb21b7d796248)



commit 1ecfe64da85dad6be51174e139b7ed9c4f85b3f6
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 5 Dec 2012 08:53:51 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 13 Dec 2012 06:14:31 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1ecfe64da85dad6be51174e139b7ed9c4f85b3f6

Properly initialize the MythPlayer::video_aspect field.
The MythPlayer constructor unconditionally initializes video_aspect to
4.0/3.0.  In some configurations, pressing EDIT during the "Please
Wait" screen before the start of playback of a non-4:3 recording, will
bring up the cutlist editor locked into 4:3 mode.  Explicitly
initializing video_aspect earlier fixes this.
(cherry picked from commit 192e850ad9a87b7ff457d30cf8308b568cc18299)



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

Summary of changes:
 mythtv/libs/libmythtv/mythplayer.cpp    |    2 ++
 mythtv/libs/libmythui/mythuieditbar.cpp |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list