GNOME Bugzilla – Bug 520073
[goom] (goom2k4) shows mostly black frames
Last modified: 2008-04-09 13:43:48 UTC
The new goom doesn't really work yet. This launch line: gst-launch-0.10 audiotestsrc ! goom ! xvimagesink Produces some goom output (starting with a white, filled circle) and then the video frames go black. Trying this with totem, I can sometimes see some goom output after a while, but only for a second or so. In this pipeline, goom produces these two warnings: 0:00:00.445967844 28847 0x8204070 WARN goom gstgoom.c:491:gst_goom_chain:<goom0> QoS: skip ts: 0:00:00.092879818, earliest: 0:00:00.131889424 0:00:00.446109903 28847 0x8204070 WARN goom gstgoom.c:491:gst_goom_chain:<goom0> QoS: skip ts: 0:00:00.116099773, earliest: 0:00:00.131889424 Turning sync off in the sink does not seem to change the output, but these warnings are thrown multiple times per second. Turning off qos makes the warnings disappear. If sync and qos are both off, the initial white-circle-frame is shown for a much shorter time, sometimes just one frame and sometimes not at all. This is on a dual core machine in 32-bit mode.
2008-04-09 Stefan Kost <ensonic@users.sf.net> * gst/goom/convolve_fx.c: * gst/goom/motif_goom1.h: * gst/goom/motif_goom2.h: As hinted in Bug #518213, revert one change and fix warnings properly. This fixes both Bug #518213 and Bug #520073 for me.