X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/blobdiff_plain/d875a9875a5788e0397741977755f11a53a7f492..3208aec357132a0005909f245f6694295c4c9428:/gst-trick-mode-looping-1.py diff --git a/gst-trick-mode-looping-1.py b/gst-trick-mode-looping-1.py index e0e496c..fe00556 100755 --- a/gst-trick-mode-looping-1.py +++ b/gst-trick-mode-looping-1.py @@ -46,7 +46,7 @@ class Player: print 'on_state_changed' old_state, new_state, pending = msg.parse_state_changed() print "%s -> %s" % (old_state, new_state) - if new_state == gst.STATE_PAUSED: + if old_state == gst.STATE_READY and new_state == gst.STATE_PAUSED: self.set_rate(self._rate) def set_rate(self, rate):