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