Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Calzada <ariel@activitycentral.com>2012-11-01 14:19:24 (GMT)
committer Ariel Calzada <ariel@activitycentral.com>2012-11-01 14:19:24 (GMT)
commit9ff162a226d924d8f1f98005f389054b8a2eb710 (patch)
tree78deab39d732361e1e396c9729b08a827adccad8
parentcc73227ec681a6298966e381d3c3f24f3798c8a5 (diff)
Leave autoaudiosrc because it's the most generic way of audio source
-rw-r--r--sc_gst.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc_gst.py b/sc_gst.py
index 009c040..8653cb6 100644
--- a/sc_gst.py
+++ b/sc_gst.py
@@ -157,7 +157,8 @@ class ScreencastGstreamer(gobject.GObject):
def createAudioItems(self):
""" Create audio items
"""
- autoaudiosrc = gst.element_factory_make('gconfaudiosrc', "autoaudiosrc")
+
+ autoaudiosrc = gst.element_factory_make('autoaudiosrc', "autoaudiosrc")
audiorate = gst.element_factory_make("audiorate", "audiorate")
audiorate.set_property('silent', True)