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 631303 - [goom] qos warnings if source is GstAudioSrc
[goom] qos warnings if source is GstAudioSrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-04 10:42 UTC by Julien Isorce
Modified: 2010-10-04 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien Isorce 2010-10-04 10:42:31 UTC
** steps to reproduce:

GST_DEBUG=2 gst-launch-0.10 alsasrc ! goom ! ximagesink

** Actual result:

I got infinite warnings: "WARN  goom gstgoom.c:486:gst_goom_chain:<goom0> QoS: skip ts: 0:00:02.669501134, earliest: 0:00:02.686621315"

** Expected results:

No warnings

** Other informations:

My CPU is around 5%.
I tried setting latency-time to a greater value but the result is the same.
Same result with goom2k1. I have not tested with libvisual plugin.
Same result if I replace ximagesink by fakesink qos=1.
Only few warnings when using audiotestsrc instead of alsasrc.
Comment 1 Wim Taymans 2010-10-04 17:20:44 UTC
commit a060a657861a8a1a8386be89d729df1286de3c00
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Oct 4 19:00:45 2010 +0200

    goom2k1: report our latency correctly
    
    Fixes #631303

commit 8c910a25fe6915662cea7cb56adb45be47441158
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Oct 4 18:56:15 2010 +0200

    goom2k1: add defines for default width/height/fps
    
    Add some defines for the default width/height/fps instead of using different
    values in different places.

commit 418eae3ee33bddda6ed94eb6c089b8276898fcc8
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Oct 4 18:52:14 2010 +0200

    goom: add latency compensation code.
    
    Implement a latency query and report how much latency we will add to the
    stream.
    Alse make some defaults for the default width/height/framerate
    
    Fixes #631303