示例#1
0
文件: sink.py 项目: yellowfour/exaile
 def handoff(s, b, p):
     s.message_full(
         Gst.MessageType.ERROR,
         Gst.stream_error_quark(),
         Gst.StreamError.FAILED,
         msg,
         msg,
         "",
         "",
         0,
     )
示例#2
0
文件: sink.py 项目: exaile/exaile
 def handoff(s, b, p):
     s.message_full(
         Gst.MessageType.ERROR,
         Gst.stream_error_quark(),
         Gst.StreamError.FAILED,
         msg,
         msg,
         "",
         "",
         0,
     )