[Bug 797154] gstreamer 1.14.3 core fails gst/gstsegment segment_full test on 32bit x86

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 17 12:15:29 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797154

--- Comment #6 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 373671
  --> https://bugzilla.gnome.org/attachment.cgi?id=373671&action=edit
tests: Use a different rate in a segment test.

Using a rate of 1.1 in the test is causing the test to
fail on 32-bit because ceil(1.1 * 10) can round to 12.

Instead use a rate 2.0 that can be expressed as floating
point number and doesn't trigger the problem.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list