Fixed faulty apply call
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py
index 0e2edc6..535a7da 100755
--- a/Demo/sgi/video/VCR.py
+++ b/Demo/sgi/video/VCR.py
@@ -178,7 +178,7 @@
 			return
 		if self.testready():
 			if self.cb:
-				apply(self.cb, self.cb_arg)
+				apply(self.cb, (self.cb_arg,))
 
 	def _cmd(self, cmd):
 		if DEBUG: