After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784754 - tests: fix complexity benchmark code
tests: fix complexity benchmark code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.x
Other All
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-10 15:11 UTC by Francisco Velazquez
Modified: 2017-07-14 15:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update complexity benchmark (1.94 KB, patch)
2017-07-10 15:11 UTC, Francisco Velazquez
committed Details | Review

Description Francisco Velazquez 2017-07-10 15:11:20 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.
Comment 1 Tim-Philipp Müller 2017-07-14 15:41:10 UTC
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