After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645017 - [inputselector] Add mode to drop buffers only after the active sinkpad's running time is after the current buffer
[inputselector] Add mode to drop buffers only after the active sinkpad's runn...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-17 13:48 UTC by Sebastian Dröge (slomo)
Modified: 2011-06-15 17:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2011-03-17 13:48:44 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.
Comment 1 Sebastian Dröge (slomo) 2011-03-20 17:02:13 UTC
Patch for this can be found at http://git.collabora.co.uk/?p=user/slomo/gstreamer.git;a=shortlog;h=refs/heads/inputselector-sync
Comment 2 Sebastian Dröge (slomo) 2011-03-21 10:13:22 UTC
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
Comment 3 Sebastian Dröge (slomo) 2011-05-14 10:01:00 UTC
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.