diff options
| author | Manuel Traut <manut@mecka.net> | 2010-08-19 14:46:44 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2010-08-19 14:46:44 +0200 |
| commit | bccb1cf82542d61af0c54f62e78214c26e7e5528 (patch) | |
| tree | 720fe8523d7e5980c9ac604f6af01e4e22a07ac5 /src/YalpClients/EflClient/playlist.py | |
| parent | 7af60bd4f737923b81f00fa4b2cee835c563be2b (diff) | |
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/playlist.py')
| -rwxr-xr-x | src/YalpClients/EflClient/playlist.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |
