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

Method get_property

old_examples/remuxer.py:147–152  ·  view source on GitHub ↗
(self, param, pspec)

Source from the content-addressed store, hash-verified

145 self.create_ui()
146
147 def get_property(self, param, pspec):
148 if param == 'time':
149 return self.get_time()
150 else:
151 assert param in self.__gproperties__, \
152 'Unknown property: %s' % param
153
154 def create_ui(self):
155 label = gtk.Label(self.label + ": ")

Callers 5

get_locationMethod · 0.80
get_locationMethod · 0.80
switchMethod · 0.80
populate_comboboxMethod · 0.80
__on_bus_messageMethod · 0.80

Calls 1

get_timeMethod · 0.95

Tested by

no test coverage detected