Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/glive.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-21 17:15:03 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-21 17:15:03 (GMT)
commit8f95271101b02d65d178db9ccfcb45374117bc16 (patch)
tree71ac3f36b1c0b2f26d072491d2ac1abac9094cea /glive.py
parent580c6780fb0ee011b13e33d5a41e91ee70de60e2 (diff)
testing active notifications with success on joyride!
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/48@987 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'glive.py')
-rw-r--r--glive.py15
1 files changed, 4 insertions, 11 deletions
diff --git a/glive.py b/glive.py
index 35e5056..291508e 100644
--- a/glive.py
+++ b/glive.py
@@ -110,8 +110,8 @@ class Glive:
def play(self):
self.pipe().set_state(gst.STATE_PLAYING)
self.playing = True
- import time
- print("play...", int(time.time()))
+ #import time
+ #print("play...", int(time.time()))
def pause(self):
@@ -129,8 +129,8 @@ class Glive:
self._nextPipe()
self._NEXT_PIPETYPE = -1
- import time
- print("stop...", int(time.time()))
+ #import time
+ #print("stop...", int(time.time()))
def is_playing(self):
@@ -525,13 +525,6 @@ class Glive:
print "MESSAGE ERROR: %s" % err, debug
- def showLiveVideo(self):
- self.el('audioTee').unlink(self.el('audioWavenc'))
- self.el('videoTee').unlink(self.el('movieQueue'))
- self.el('videoTee').unlink(self.el('picQueue'))
- self.pipe().set_state(gst.STATE_PLAYED)
-
-
def isXv(self):
return self._PIPETYPE == self.PIPETYPE_XV_VIDEO_DISPLAY_RECORD