[Bug 755832] New: volume: make check fails
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Sep 29 20:34:34 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755832
Bug ID: 755832
Summary: volume: make check fails
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vineeth.tm at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following failure occurs in volume element
Running suite(s): volume
*** Error in
`/home/vineethtm/gst/master/gst-plugins-base/tests/check/elements/.libs/lt-volume':
free(): invalid next size (normal): 0x09057910 ***
0%: Checks: 1, Failures: 0, Errors: 1
elements/volume.c:1854:E:general:test_controller_defaults_at_ts0:0: (after this
point) Received signal 6 (Aborted)
This is happening because of the change in function
interpolate_linear_get_value_array()
*values++ = NAN;
The actual change should have been
*values = NAN;
--
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