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 520073 - [goom] (goom2k4) shows mostly black frames
[goom] (goom2k4) shows mostly black frames
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-03 11:36 UTC by René Stadler
Modified: 2008-04-09 13:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description René Stadler 2008-03-03 11:36:54 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-04-09 13:43:48 UTC
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.