예제 #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,
     )