Skip to content

fallbackswitch/fallbackswitch: Don't convert buffer PTS/DTS twice to running time

Sebastian Dröge requested to merge slomo/gst-plugins-rs:fallback-fixes into master
commit d4e9a56e549359e01b3fcf690428d097cb944650 (HEAD -> fallback-fixes, gitlab-slomo/fallback-fixes)
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Fri May 8 13:55:21 2020 +0300

    fallbackswitch/fallbacksrc: Ignore errors when shutting down the source

commit b180517b29bde16970b976f75a23da31b18d057b
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Fri May 8 13:55:48 2020 +0300

    fallbackswitch/fallbackswitch: Don't convert buffer PTS/DTS twice to running time
    
    They were already converted to the running time a few lines above and
    updated inside the buffer. Converting another time for the timeout
    causes the timeout to happen at the wrong time, usually much later than
    it should.

Merge request reports