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

Method do_remux

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

Source from the content-addressed store, hash-verified

676 table.attach(button, 2, 3, 2, 3, gtk.FILL, gtk.FILL)
677
678 def do_remux(self):
679 if self.player.is_playing():
680 self.play_toggled()
681 in_uri = self.player.get_location()
682 out_uri = in_uri[:-4] + '-remuxed.ogg'
683 r = Resynchronizer(in_uri, out_uri, self.sync.get_sync_points())
684 r.run(self)
685
686 def do_choose_file(self):
687 if self.player.is_playing():

Callers 1

create_uiMethod · 0.95

Calls 6

play_toggledMethod · 0.95
runMethod · 0.95
ResynchronizerClass · 0.85
get_sync_pointsMethod · 0.80
is_playingMethod · 0.45
get_locationMethod · 0.45

Tested by

no test coverage detected