[mythtv-commits] Ticket #11141: Experimental commerciall flagging options D2 goes into finite loop on frame 0 taking 100% CPU

MythTV noreply at mythtv.org
Thu Oct 4 20:03:49 UTC 2012


#11141: Experimental commerciall flagging options D2 goes into finite loop on frame
0 taking 100% CPU
------------------------------------------------+--------------------------
 Reporter:  Wayne McDougall <waynemcdougall@…>  |          Owner:  cpinkham
     Type:  Patch - Bug Fix                     |         Status:  new
 Priority:  minor                               |      Milestone:  unknown
Component:  MythTV - Mythcommflag               |        Version:
 Severity:  medium                              |  Unspecified
 Keywords:                                      |     Resolution:
                                                |  Ticket locked:  0
------------------------------------------------+--------------------------

Comment (by Wayne McDougall <waynemcdougall@…>):

 I think this bug was introduced as an unintended side effect of this
 commit Remove the "Seek to exact frame" setting.:
 https://github.com/MythTV/mythtv/commit/4d0bbbe1e54aaa91abbd233b7e5a1a48103462f2

 and specifically this change in mythPlayer.cpp

 {{{
 @@ -4328,7 +4330,7 @@ VideoFrame* MythPlayer::GetRawVideoFrame(long long
 frameNumber)

  -        DoJumpToFrame(frameNumber, true, true);

  +        DoJumpToFrame(frameNumber, kInaccuracyNone);
 }}}

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


More information about the mythtv-commits mailing list