[gstreamer-bugs] [Bug 161179] [audioscale] quits with gmem assertion

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Dec 13 10:09:53 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=161179
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-12-13 13:09 -------
Adder has some invalid stuff in its loop function. It does a single peek(), then
breaks out of the loop if that gives an event (which all streams start with...)
and then checks if width != 0. Problem is that some formats only set format
(width) at runtime.

The loop in adder needs some fixes. All the rest (your g_malloc() failure, but
also the width = 0 warnings and everything) is a consequence of this, I think...

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




More information about the Gstreamer-bugs mailing list