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 588748 - [adder] Check dataflow consistency in unit tests
[adder] Check dataflow consistency in unit tests
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 588744
Blocks:
 
 
Reported: 2009-07-16 07:18 UTC by Edward Hervey
Modified: 2009-07-20 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests/adder: Add stream consistency checking (5.73 KB, patch)
2009-07-16 07:19 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2009-07-16 07:18:58 UTC
Make sure the dataflow coming out of adder is consistent.
Comment 1 Edward Hervey 2009-07-16 07:19:16 UTC
Created attachment 138510 [details] [review]
tests/adder: Add stream consistency checking
Comment 2 Jan Schmidt 2009-07-19 20:27:29 UTC
Bug #588744 that supplies the consistency checker isn't marked as a blocker. Did you want to try and get that one in too, or leave both pieces out?
Comment 3 Edward Hervey 2009-07-20 06:45:59 UTC
yes, I intended to have both as blockers :( Now marked the other as blocker. I initially thought it wouldn't be this urgent, but realized while posting this bug that if we don't get the consistency checker in for the upcoming release it would be delayed for all other modules (which is where that consistency checker should be used).
Comment 4 Edward Hervey 2009-07-20 08:55:06 UTC
Ok for committing ?
Comment 5 Jan Schmidt 2009-07-20 09:18:27 UTC
now that the core patch is in, yep
Comment 6 Edward Hervey 2009-07-20 09:32:03 UTC
commit 9819a3519d797d7ff26932f9bf4dad4803d37038
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sun Jul 12 10:08:12 2009 +0200

    tests/adder: Add stream consistency checking. Fixes #588748