GNOME Bugzilla – Bug 583456
framestep functionality
Last modified: 2009-06-08 18:49:58 UTC
Attached patch add first attempt at framestepping as described in the design docs.
Created attachment 135112 [details] [review] preview patch - add new STEP event - implement STEP_DONE message - implement frame and time based stepping in basesink (in PAUSED state only) - example test application
Created attachment 135113 [details] [review] framestep patch to -base - implement framestep in playbin2, skip the same amount of audio as we skipped video frame - implement gui element to seek.c to test framestepping.
*** Bug 533454 has been marked as a duplicate of this bug. ***
Created attachment 135564 [details] [review] updated patch This updated patch should also correctly work right after pausing the pipeline, it uses the new start_time of elements to achieve this.
This is all commited now.