[mythtv-commits] Ticket #10740: [PATCH] libmythui: Fix an assert failure in Qt when playing a video

MythTV noreply at mythtv.org
Sat May 26 10:02:40 UTC 2012


#10740: [PATCH] libmythui: Fix an assert failure in Qt when playing a video
-------------------------------------+----------------------------
 Reporter:  Lawrence Rust <lvr@…>    |          Owner:  stichnot
     Type:  Patch - Bug Fix          |         Status:  closed
 Priority:  minor                    |      Milestone:  0.25.1
Component:  MythTV - Video Playback  |        Version:  0.25-fixes
 Severity:  medium                   |     Resolution:  Fixed
 Keywords:  DVD assert               |  Ticket locked:  0
-------------------------------------+----------------------------

Comment (by Lawrence Rust <lvr@…>):

 Confirm fixed in commit b695979.

 NB I would strongly recommend testing with a debug build of Qt (and many
 of the other libraries used by Myth) as they check & report warnings and
 errors for many API calls.  It's very easy to build MythTV with a debug Qt
 by using my mythbuild.sh script from mythpackaging or here:
 [http://www.softsystem.co.uk/download/mythtv/mythbuild.sh].  Once you've
 got the script then run it:

 mythbuild.sh -H -d -b master[[BR]]
  -H :build for the host (default is xcompile to win32)[[BR]]
  -d : Debug build[[BR]]
  -b : Select mythtv branch

 It will automatically download all the lib sources required.

 If you want to use an existing mythtv git repo then cd to the parent of
 the repo and mv or ln -s the repo to mythtv and run mythbuild.sh from that
 directory - it will use the currently checked out branch.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10740#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list