(self)
| 92 | gst.error("seek to %r failed" % location) |
| 93 | |
| 94 | def pause(self): |
| 95 | gst.info("pausing player") |
| 96 | self.player.set_state(gst.STATE_PAUSED) |
| 97 | self.playing = False |
| 98 | |
| 99 | def play(self): |
| 100 | gst.info("playing player") |
no outgoing calls
no test coverage detected