[Gstreamer-bugs] [Bug 125471] Changed - Floating point error with level element

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Nov 18 19:52:22 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=125471

Changed by ds at schleef.org.

--- shadow/125471	Sat Oct 25 06:50:47 2003
+++ shadow/125471.tmp.11502	Tue Nov 18 22:52:21 2003
@@ -17,6 +17,20 @@
 
 [cschalle at localhost level]$ ./demo filesrc
 location=/home/mp3/NeonCommando.ogg ! level ! osssink
 +Floating point exception
 
 Ok, here is the bugreport thomas
+
+------- Additional Comments From ds at schleef.org  2003-11-18 22:52 -------
+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.
+




More information about the Gstreamer-bugs mailing list