X-Git-Url: https://git.slaskete.net/python-gstreamer-examples/blobdiff_plain/2da3df6c3227bf894baa8410917f6150a280025f..b54b187e73a58eb84029383355ae66f95d17d75a:/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