Author: tack
Date: Tue Nov 28 18:16:27 2006
New Revision: 2104
Modified:
trunk/popcorn/src/backends/xine/player.py
trunk/popcorn/src/generic.py
Log:
get_audio_delay doesn't require a parameter; remove redundant implementation
of that method from xine backend.
Modified: trunk/popcorn/src/backends/xine/player.py
==============================================================================
--- trunk/popcorn/src/backends/xine/player.py (original)
+++ trunk/popcorn/src/backends/xine/player.py Tue Nov 28 18:16:27 2006
@@ -303,13 +303,6 @@
self._xine.set_audio_delay(delay)
- def get_audio_delay(self):
- """
- Returns the audio delay set by set_audio_delay()
- """
- return self._audio_delay
-
-
def nav_command(self, input):
"""
Issue the navigation command to the player.
Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py (original)
+++ trunk/popcorn/src/generic.py Tue Nov 28 18:16:27 2006
@@ -343,7 +343,7 @@
self._player.set_audio_delay(delay)
- def get_audio_delay(self, delay):
+ def get_audio_delay(self):
"""
Returns the audio delay.
"""
-------------------------------------------------------------------------
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