[Bug 699077] videorate: add"rate" property to modify clip speed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 24 01:07:15 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=699077

--- Comment #44 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit f9d110f596e3a81722e8af1586fea633f8d6741c
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Mon Jan 23 19:45:05 2017 +0000

    videorate: fix LATENCY query

    The latency query originally had a fallthrough to the default
    label at the end as fallback, but that got messed up when the
    DURATION and POSITION queries were added, so it then fell through
    to the duration query handler instead. Restore original behaviour.

    https://bugzilla.gnome.org/show_bug.cgi?id=699077

commit d6c0e9072b4a16c672ffb638befebc66df8d900c
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Mon Jan 23 19:08:15 2017 +0000

    videorate: fix duration and position query handling

    Duration query would return TRUE and duration=-1. This
    worked in the unit test because the unit test implementation
    was a bit broken.

    Both queries need to access rate with a lock.

    Fix broken duration query test as well. It relied on broken
    behaviour by the videorate query handler, and also it was
    implemented as a downstream query rather than an upstream
    query. And we must return HANDLED from the probe so that the
    query we intercept actually returns TRUE.

    https://bugzilla.gnome.org/show_bug.cgi?id=699077

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list