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 762254 - rtpjitterbuffer: test cleanups/improvements
rtpjitterbuffer: test cleanups/improvements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal minor
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 762267
 
 
Reported: 2016-02-18 09:37 UTC by Håvard Graff (hgr)
Modified: 2016-02-19 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test fixes (19.53 KB, patch)
2016-02-18 09:37 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2016-02-18 09:37:33 UTC
Created attachment 321573 [details] [review]
test fixes

Use fail_unless and friends instead of g_assert
Factor seq-num checking out to separate function
Check more return-values from push and crank and others
Comment 1 Tim-Philipp Müller 2016-02-19 11:28:42 UTC
commit d52765fabbd1b86bf29ab9f4e2d541363d9649a6
Author: Havard Graff <havard.graff@gmail.com>
Date:   Thu Feb 18 10:27:19 2016 +0100

    tests: rtpjitterbuffer: test cleanups/improvements
    
    Use fail_unless and friends instead of g_assert
    Factor seq-num checking out to separate function
    Check more return-values from push and crank and others
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762254