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 644849 - [speexdec] Remove warning message when it is inappropriate
[speexdec] Remove warning message when it is inappropriate
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal trivial
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-15 17:59 UTC by Vincent Penquerc'h
Modified: 2011-03-15 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
speexdec: silence warning message when appropriate (2.19 KB, patch)
2011-03-15 18:00 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-03-15 17:59:24 UTC
If we did not know how many frames to expect, then we get an unexpected
end of stream when trying to decode more frames that are there, if there
are leftover bits to pad to the next byte
Comment 1 Vincent Penquerc'h 2011-03-15 18:00:10 UTC
Created attachment 183451 [details] [review]
speexdec: silence warning message when appropriate
Comment 2 Sebastian Dröge (slomo) 2011-03-15 18:44:49 UTC
commit 56edbd0fa3c6bdbfeed4cc29a3489f3b9223ce1e
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Tue Mar 15 19:36:01 2011 +0200

    speexdec: silence warning message when appropriate
    
    If we did not know how many frames to expect, then we get an unexpected
    end of stream when trying to decode more frames that are there, if there
    are leftover bits to pad to the next byte