GNOME Bugzilla – Bug 645017
[inputselector] Add mode to drop buffers only after the active sinkpad's running time is after the current buffer
Last modified: 2011-06-15 17:29:58 UTC
This will synchronize all streams inside inputselector and will make switches between different streams in playbin2 instantanous because the buffer that is to be displayed now still exists.
Patch for this can be found at http://git.collabora.co.uk/?p=user/slomo/gstreamer.git;a=shortlog;h=refs/heads/inputselector-sync
The branch was merged with another one, here is the latest commit (sync was changed to sync-streams) http://git.collabora.co.uk/?p=user/slomo/gstreamer.git;a=commit;h=e63c106674242610b4eaacf2e8b9216bc353bef7
commit 5229a26a7608d66b013fbcca80f8e38f875f4670 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat Mar 19 10:28:49 2011 +0100 inputselector: Add sync mode that syncs inactive pads to the running time of Fixes bug #645017.