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 744579 - splitmux: Unit test fails
splitmux: Unit test fails
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-16 02:54 UTC by Nicolas Dufresne (ndufresne)
Modified: 2015-02-16 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Error when running the test (3.51 KB, text/plain)
2015-02-16 14:13 UTC, Nicolas Dufresne (ndufresne)
Details

Description Nicolas Dufresne (ndufresne) 2015-02-16 02:54:14 UTC
To reproduce:
make -C tests/check elements/splitmux.check

We get an assertion with:
Assertion 'GST_MESSAGE_TYPE (msg) == GST_MESSAGE_EOS' failed

And an error from theoradec:
ERROR from element theoradec0: Could not decode stream.
Comment 1 Tim-Philipp Müller 2015-02-16 12:53:33 UTC
"we"? It doesn't fail for me or anyone I've asked, and I've also ran -forever on it for quite some time too (with and without valgrind), so it would be good if you could investigate or at least attach a log. What hardware/distro is this on? Is there enough temp space?
Comment 2 Nicolas Dufresne (ndufresne) 2015-02-16 14:13:12 UTC
Created attachment 296930 [details]
Error when running the test

We/I, was more a typo then anything else. I just filed this bug, since after fixing a "used uninitialised" bug yesterday that would cause warning (hence the test wasn't building for me), I notice that test would not pass. Just open that to investigate later. Here's a first trace.
Comment 3 Nicolas Dufresne (ndufresne) 2015-02-16 14:23:23 UTC
Ok, found that I had Jan patch for theoradec. I've tested that patch (which does not work) and forgot to remove it.