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

Method changed

old_examples/synchronizer.py:229–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 return ret, maxdiff
228
229 def changed(self):
230 print 'Sync times now:'
231 for index, row in enumerate(self.model):
232 print 'A/V %d: %s -- %s' % (index,
233 self.get_time_as_str(row.iter, 0),
234 self.get_time_as_str(row.iter, 1))
235
236
237 def set_selected_audio(self, time):

Callers 4

add_and_selectMethod · 0.95
remove_selectedMethod · 0.95
set_selected_audioMethod · 0.95
set_selected_videoMethod · 0.95

Calls 1

get_time_as_strMethod · 0.95

Tested by

no test coverage detected