GNOME Bugzilla – Bug 784754
tests: fix complexity benchmark code
Last modified: 2017-07-14 15:41:25 UTC
Created attachment 355277 [details] [review] Update complexity benchmark =complexity.c= sets =preroll-queue-len= property in =fakesink= element, but the property is oudated. Instead, =async= should be used. Also, the helping code =complexity.scm= requires a new module for support of Guile 1.8.
Thanks! commit 542b173d34ad74d20e7063502562b828cc2b76d4 (HEAD -> master) Author: Francisco Velazquez <francisv@ifi.uio.no> Date: Mon Jul 10 16:52:38 2017 +0200 benchmark: fix complexity benchmark Make complexity benchmark code work for complexity > 1 https://bugzilla.gnome.org/show_bug.cgi?id=784754