예제 #1
0
 def on_eos(self, bus, message):
     self.log.debug(
         'Received End-of-Stream-Signal on Source-Pipeline, shutting down')
     MainLoop.quit()
예제 #2
0
 def quit(self):
     self.do_run = False
     self.log.info('stopping Pipeline')
     self.pipeline.stop()
     self.log.info('quitting GObject-MainLoop')
     MainLoop.quit()
예제 #3
0
 def quit(self):
     self.log.info('quitting GObject-MainLoop')
     MainLoop.quit()
예제 #4
0
	def quit(self):
		self.log.info('quitting GObject-MainLoop')
		MainLoop.quit()
예제 #5
0
	def on_eos(self, bus, message):
		self.log.debug('Received End-of-Stream-Signal on Source-Pipeline, shutting down')
		MainLoop.quit()