示例#1
0
文件: fs-gui.py 项目: pexip/farstream
 def int_handler(self, sig, frame):
     try:
         Gst.DEBUG_BIN_TO_DOT_FILE(self.pipeline, 0, "pipelinedump")
     except:
         pass
     sys.exit(2)