~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to gst/extend/sources.py

Tags: upstream-0.10.8
Import upstream version 0.10.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        gst.debug("linking pad %r to audioconvert" % pad)
81
81
        pad.link(self.audioconvert.get_pad("sink"))
82
82
 
83
 
        self._srcpad = gst.GhostPad("src", self.volume.get_pad("src")) 
 
83
        self._srcpad = gst.GhostPad("src", self.volume.get_pad("src"))
 
84
        self._srcpad.set_active(True)
84
85
        self.add_pad(self._srcpad)
85
86
 
86
87
    def _unknown_type_cb(self, pad, caps):