Esempio n. 1
0
 def int_handler(self, sig, frame):
     try:
         Gst.DEBUG_BIN_TO_DOT_FILE(self.pipeline, 0, "pipelinedump")
     except:
         pass
     sys.exit(2)