def play_list_stop(self): if Gst.State.NULL != self.player.state: self.player.stop() self.bt_play.set_image(self.pause_img)