[Bug 665911] Ability to specify ignore-length in wavparse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 13 05:05:42 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665911
  GStreamer | gst-plugins-good | 0.10.x

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #14 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-12-13 13:05:38 UTC ---
commit ecec3859d838d334bda4c48bdcfd901f63b6bc2e
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Tue Dec 13 11:46:43 2011 +0000

    wavparse: avoid using floating point unnecessarily

    https://bugzilla.gnome.org/show_bug.cgi?id=665911

commit b612550379b1a01257741b6b96df576b9f43f376
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Tue Dec 13 11:42:40 2011 +0000

    wavparse: fix format specifier signedness

    Use unsigned specifiers for all unsigned values.
    A lot of the values used here are unsigned, and some can take
    high enough values that their signed counterpart will be negative.

    https://bugzilla.gnome.org/show_bug.cgi?id=665911

commit 734e352b73dda701905058f9cc0e375f9f2e8363
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Mon Dec 12 16:49:19 2011 +0000

    wavparse: add a ignore-length property

    This allows playing broken streams which write an incorrect
    length in their data chunks (such as, at least, one streaming
    camera).

    https://bugzilla.gnome.org/show_bug.cgi?id=665911

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list