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 125471 - Floating point error with level element
Floating point error with level element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-25 10:50 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2003-10-25 10:50:47 UTC
[cschalle@localhost level]$ ./demo filesrc
location=/home/mp3/NeonCommando.ogg ! level ! osssink
+Floating point exception

Ok, here is the bugreport thomas
Comment 1 David Schleef 2003-11-19 03:52:21 UTC
I fixed the segfault, but discovered another problem.

The above pipeline is equivalent to fakesrc ! level ! fakesink.

The pipeline gets to PLAYING without actually agreeing on fixed caps,
since none of the elements know how to properly fix them.  The level
element (previously) segfaulted in the _chain() function because it
expected that the caps had been properly initialized.

I fixed it so that it refuses to switch to PLAYING if the caps aren't
set.  This is wrong.
Comment 2 David Schleef 2004-02-18 01:08:29 UTC
Does this still happen?
Comment 3 David Schleef 2004-02-19 03:13:03 UTC
I'm pretty sure this was fixed in the CAPS merge.  Please reopen if not.