GNOME Bugzilla – Bug 761906
testclock: add crank method
Last modified: 2016-02-12 17:14:21 UTC
Created attachment 320944 [details] [review] test and patch The "crank" can also be useful outside of GstHarness, doing the 3 steps needed. (wait for clock-id-wait, advance the clock to the time waited for, and release the wait) Also have GstHarness use this new method internally!
Created attachment 320967 [details] [review] updated patch
Created attachment 320977 [details] [review] updated patch
commit 668b3215b80625aa6f923eaa645b330925fc5b8f Author: Havard Graff <havard.graff@gmail.com> Date: Thu Jan 14 21:54:42 2016 +0100 testclock: add crank method And use it inside GstHarness API: gst_test_clock_crank() https://bugzilla.gnome.org/show_bug.cgi?id=761906
Comment on attachment 320977 [details] [review] updated patch Committed with a minor change, removed an empty line in the gtk-doc chunk which shouldn't be there (between func name and func argument).