GNOME Bugzilla – Bug 724705
videomixer: Port to new collectpads API
Last modified: 2014-03-16 16:45:24 UTC
The following commit removes flushing seeks related code from videomixer to let collectpads handle that logic itself. It makes GES' test suites pass more reliably, but it depends on a change in collectpads that I'll describe in a different report, which I will link here. Without that change, this patch should not be merged.
Created attachment 269651 [details] [review] This patch ports videomixer to the new collectpads API
This new API still needs some implementation changes, which I'm working on. Otherwise this makes a lot of sense :)
This bug depends on https://bugzilla.gnome.org/show_bug.cgi?id=726461
commit 6cf0f19c14255ed2b3d6fa6451c393bac1d3c7a3 Author: Mathieu Duponchelle <mduponchelle1@gmail.com> Date: Wed Feb 19 03:04:03 2014 +0100 videomixer: Port to new collectpads API See: https://bugzilla.gnome.org/show_bug.cgi?id=724705