From ed22fce7a9f4332037bf0e9fd97a96b1876acba8 Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Thu, 18 Feb 2010 23:16:36 +0100 Subject: 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 --- src/YalpClients/EflClient/playlist.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/YalpClients/EflClient/playlist.py') 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 + -- cgit v1.2.3