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 750823 - discoverer test racy
discoverer test racy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-12 03:56 UTC by Olivier Crête
Modified: 2015-06-14 20:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2015-06-12 03:56:30 UTC
make libs/discoverer.forever
<wait>

Unexpected critical/warning: gst_event_new_segment: assertion 'segment->format != GST_FORMAT_UNDEFINED' failed
85%: Checks: 7, Failures: 1, Errors: 0
gstcheck.c:79:F:general:test_disco_sync:0: Unexpected critical/warning: gst_event_new_segment: assertion 'segment->format != GST_FORMAT_UNDEFINED' failed
Comment 1 Tim-Philipp Müller 2015-06-14 20:38:55 UTC
This fixes it for me:

 commit 7be8acbfb0e08ea8bcd6833a7e0a71d1132f6b14
 Author: Tim-Philipp Müller <tim@centricular.com>
 Date:   Sun Jun 14 20:48:29 2015 +0100

    typefindelement: reset segment only once streaming has stopped
    
    Fixes the occasional criticals in the discoverer unit test.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745073
    https://bugzilla.gnome.org/show_bug.cgi?id=750823