summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/playlist.py
diff options
context:
space:
mode:
authorNicole Vreden <damba@mecka.net>2010-02-18 23:16:36 +0100
committerNicole Vreden <damba@mecka.net>2010-02-18 23:16:36 +0100
commited22fce7a9f4332037bf0e9fd97a96b1876acba8 (patch)
tree2a7e26068ce52706055e3eeb9a945af37d88ef34 /src/YalpClients/EflClient/playlist.py
parent642895fb9dcd010272908eecbd438c2abade595a (diff)
Python-EFL-GUI: Bugfixing
- Textfield now single-line - tried to hide frames by clicking on media-list-element - tried to draw frame around textfield Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/playlist.py')
-rw-r--r--src/YalpClients/EflClient/playlist.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/YalpClients/EflClient/playlist.py b/src/YalpClients/EflClient/playlist.py
index 059a04d..242aa76 100644
--- a/src/YalpClients/EflClient/playlist.py
+++ b/src/YalpClients/EflClient/playlist.py
@@ -18,10 +18,10 @@ class Selection(object):
self.vid = emotion.Emotion(win.canvas, module_filename="gstreamer")
self.stream = stream
self.play_video ()
-
+
def play_video(self):
print self.stream
- # ip = self.stream[0][0].destIp THIS CHRASHES!!!
+ # ip = self.stream[0][0].destIp THIS CHRASHES!!! -> I know :-)
ip = "127.0.0.1"
port = 9993
print "stream from", ip, port
@@ -29,3 +29,4 @@ class Selection(object):
self.c.part_swallow("video", self.vid)
self.vid.show()
self.vid.play = True
+