projects
/
experiments
/
gstreamer.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
e1fd500
)
Add a test program where looping in trick mode works seamlessly
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 15:26:27 +0000
(16:26 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 15:30:23 +0000
(16:30 +0100)
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.
No differences found