Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Welcome.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-07-12 15:52:30 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-07-12 15:52:30 (GMT)
commitbed9f06b6ed68dff7cef1727fe59edb1eca98b80 (patch)
treea02aedec2b53050f0bf28d01b3485d4b0232a5d0 /Welcome.py
parent0ace1a336b5429ee726bbd6326068ac6c0a4e92c (diff)
ogg playing proper path
Diffstat (limited to 'Welcome.py')
-rw-r--r--Welcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Welcome.py b/Welcome.py
index ef8585d..a4a950f 100644
--- a/Welcome.py
+++ b/Welcome.py
@@ -130,7 +130,7 @@ class Welcome(SubActivity):
else:
if self.csnd:
self.csnd.connect(False)
- self.playPID = os.spawnl( os.P_NOWAIT, "/usr/bin/gst-launch-0.10", "gst-launch-0.10", "filesrc", "location=/home/olpc/.sugar/default/tamtam/tunes/mysong.ogg", "!", "oggdemux", "!", "vorbisdec", "!", "audioconvert", "!", "osssink" )
+ self.playPID = os.spawnl( os.P_NOWAIT, "/usr/bin/gst-launch-0.10", "gst-launch-0.10", "filesrc", "location="+self.playFile, "!", "oggdemux", "!", "vorbisdec", "!", "audioconvert", "!", "osssink" )
else:
if widget.get_active() == True:
self.csnd.loopPause()