From bccb1cf82542d61af0c54f62e78214c26e7e5528 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 19 Aug 2010 14:46:44 +0200 Subject: eyalp: edje file for desktop and openmoko gui Signed-off-by: Manuel Traut --- src/YalpClients/EflClient/playlist.py | 4 ++-- 1 file changed, 2 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 6e356c7..16934c1 100755 --- a/src/YalpClients/EflClient/playlist.py +++ b/src/YalpClients/EflClient/playlist.py @@ -20,7 +20,7 @@ class Selection(object): self.add_button() self.c.signal_callback_add("mouse,clicked,1", "medialist_buttonframe", self.play_video) - self.vid = emotion.Emotion(self.win.canvas, module_filename="xine") + self.vid = emotion.Emotion(self.win.canvas, module_filename="gstreamer") self.is_playing = False @@ -54,7 +54,7 @@ class Selection(object): port = 9993 #self.vid = emotion.Emotion(self.win.canvas, module_filename="xine") if self.is_playing == True: - self.vid = emotion.Emotion(self.win.canvas, module_filename="xine") + self.vid = emotion.Emotion(self.win.canvas, module_filename="gstreamer") self.stream.outputAction = YalpInterfaces.PLAY ret = self.servercon.control(self.stream) self.vid.file_set("http://"+ip+":"+str(port)) -- cgit v1.2.3