MCPcopy Create free account
hub / github.com/GStreamer/gst-python / load_file

Method load_file

old_examples/play.py:156–157  ·  view source on GitHub ↗
(self, location)

Source from the content-addressed store, hash-verified

154 self.connect('delete-event', lambda *x: on_delete_event())
155
156 def load_file(self, location):
157 self.player.set_location(location)
158
159 def create_ui(self):
160 vbox = gtk.VBox()

Callers 1

mainFunction · 0.95

Calls 1

set_locationMethod · 0.45

Tested by

no test coverage detected