[mythtv-commits] Ticket #7197: Changing channels in LiveTV won't switch to an other input

MythTV mythtv at cvs.mythtv.org
Tue Sep 29 12:13:01 UTC 2009


#7197: Changing channels in LiveTV won't switch to an other input
--------------------------+-------------------------------------------------
 Reporter:  joepadmiraal  |        Owner:  janne  
     Type:  defect        |       Status:  new    
 Priority:  major         |    Milestone:  unknown
Component:  MythTV - DVB  |      Version:  head   
 Severity:  medium        |   Resolution:         
  Mlocked:  0             |  
--------------------------+-------------------------------------------------

Comment(by joepadmiraal):

 This ticked should be a patch in stead of a defect.
 I also tested the patch on an other machine with a single skystar2 dvb-s
 card.

 The problem exists for at least a few months in the trunk version.
 Here is the version info of the test machine with the 2 dvb-s2 cards.
 {{{
 joep at server1:~> mythfrontend --version
 Please include all output in bug reports.
 MythTV Version   : 22097M
 MythTV Branch    : trunk
 Network Protocol : 48
 Library API      : 0.22.20090928-1
 QT Version       : 4.5.2
 Options compiled in:
  linux release using_oss using_backend using_dvb using_frontend
 using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu
 using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtwebkit
 using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld
 using_xvmcw using_bindings_perl using_bindings_python using_opengl
 using_ffmpeg_threads using_live using_mheg
 }}}

 For some reason, the function TV::BrowseHandleAction makes a call to
 CommitQueuedInput after it has determined that a SELECT action is in the
 actions list.
 TV::CommitQueuedInput makes an other call to BrowseChannel, even if
 GetQueuedChanNum return's no queued channel.
 This last issue is the part I adjusted in the patch.
 Please let me know if this is the right place to deal with the problem.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7197#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list