Add a test program where looping in trick mode works seamlessly
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 15:26:27 +0000 (16:26 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 15:30:23 +0000 (16:30 +0100)
commite1fd500bd67cf3b6136a3f5fb4ce6f6cd698f924
tree33f4e2c89ce8d45632cbb6f02b38cd0e1152181b
parent3208aec357132a0005909f245f6694295c4c9428
Add a test program where looping in trick mode works seamlessly

The secret here is to use SEGMENT seeks instead of normal seeks:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstEvent.html#GstSeekFlags

That has been tested with positive playback rates only.
gst-trick-mode-looping-3.py [new file with mode: 0755]