Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gplay.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-11 22:47:30 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-11 22:47:30 (GMT)
commit6ca9ffca62f295402b59ef93f03429b9f50f4638 (patch)
tree9972c5c903e3392d48a188b2620f2775b09ddb7b /gplay.py
parente0dd54e7d01fac169029b655faec9c9f6579408e (diff)
wow, working no flashing code finally
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@476 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'gplay.py')
-rw-r--r--gplay.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gplay.py b/gplay.py
index 7f1fb6e..0ad62b7 100644
--- a/gplay.py
+++ b/gplay.py
@@ -125,10 +125,12 @@ class PlayVideoWindow(gtk.Window):
self.unset_flags(gtk.DOUBLE_BUFFERED)
self.set_flags(gtk.APP_PAINTABLE)
+
def set_gplay(self, pgplay):
self.gplay = pgplay
self.gplay.window = self
+
def set_sink(self, sink):
if (self.imagesink != None):
assert self.window.xid