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 407006 - [goom] odd adapter behaviour
[goom] odd adapter behaviour
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-12 09:41 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-03-06 13:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-02-12 09:41:19 UTC
avail = gst_adapter_available (goom->adapter);
while (avail > MAX (GOOM_SAMPLES, goom->spf) * goom->bps) {
 ...
 data = (const guint16 *) gst_adapter_peek (goom->adapter,
        GOOM_SAMPLES * goom->bps);

simillar issue in bug #356882
Comment 1 Wim Taymans 2007-03-05 17:54:04 UTC
I'll comment and clarify the reasoning behind this.
Comment 2 Wim Taymans 2007-03-06 13:21:35 UTC
        * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
        (gst_goom_chain):
        * gst/goom/gstgoom.h:
        Document, fix and improve goom adapter behaviour.
        Fixes #407006.