Author: duncan
Date: Tue Oct 10 19:17:10 2006
New Revision: 8344

Modified:
   branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py

Log:
Missed some getVideoGroup changes.


Modified: branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py
==============================================================================
--- branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py      (original)
+++ branches/rel-1-5/freevo/src/tv/plugins/ivtv_xine_tv.py      Tue Oct 10 
19:17:10 2006
@@ -241,7 +241,7 @@
 
     def SetVideoGroup(self, chan):
         _debug_('CHAN: %s' % chan)
-        vg = self.fc.getVideoGroup(chan)
+        vg = self.fc.getVideoGroup(chan, True)
         _debug_('GROUP: %s' % vg.desc)
 
         if self.current_vgrp != vg:
@@ -263,7 +263,7 @@
             new_freq = '%1.3f' % (freq_khz / 1000.0)
             #self.xine.app.write('tv_set_freq %s\n' % new_freq)
 
-        self.current_vgrp = self.fc.getVideoGroup(self.fc.getChannel())
+        self.current_vgrp = self.fc.getVideoGroup(self.fc.getChannel(), True)
 
         # Display a channel changed message (mplayer ? api osd xine ?)
         tuner_id, chan_name, prog_info = self.fc.getChannelInfo()
@@ -345,7 +345,7 @@
         if (self.mixer != None):
 
             # XXX Hm.. This is hardcoded and very unflexible.
-            if mode == 'vcr':
+            if self.mode == 'vcr':
                 self.mixer.setMicVolume(config.VCR_IN_VOLUME)
 
             else:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to