GNOME Bugzilla – Bug 750823
discoverer test racy
Last modified: 2015-06-14 20:38:55 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
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