# Create gui bits and bobs
self.wTree = Gtk.Builder()
- self.wTree.add_from_file("example2.glade")
+ self.wTree.add_from_file("example2_2.glade")
signals = {
"on_play_clicked" : self.OnPlay,
# Add an audiotestsrc element to the pipeline
self.audiotestsrc = Gst.ElementFactory.make("audiotestsrc", "audio")
- self.audiotestsrc.set_property("freq", 200)
+ self.audiotestsrc.set_property("freq", 800)
self.pipeline.add(self.audiotestsrc)
# Add a pulsesink element to the pipeline