Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/jukeboxactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'jukeboxactivity.py')
-rw-r--r--jukeboxactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jukeboxactivity.py b/jukeboxactivity.py
index cc277b7..9d234b1 100644
--- a/jukeboxactivity.py
+++ b/jukeboxactivity.py
@@ -596,6 +596,7 @@ class TagReader(gobject.GObject):
self.pbin = gst.element_factory_make('playbin', 'player')
fakesink = gst.element_factory_make('fakesink', 'fakesink')
self.pbin.set_property('video-sink', fakesink)
+ self.pbin.set_property('audio-sink', fakesink)
#we need to receive signals from the playbin's bus
self.bus = self.pbin.get_bus()
#make sure we are watching the signals on the bus