X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/blobdiff_plain/aa88dcf1d218876da18ed18bb2079c84b3dd7ae3..d4b14a405d5f1c27931b71bfefa84f2c593f9b9e:/example2.py?ds=sidebyside diff --git a/example2.py b/example2.py index 21d4dbb..90b8463 100755 --- a/example2.py +++ b/example2.py @@ -15,7 +15,7 @@ class Main: # 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, @@ -33,7 +33,7 @@ class Main: # 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