[gstreamer-bugs] [Bug 433135] [wavparse] regression in CVS with mp3-in-wav

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 24 17:59:18 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=433135

  GStreamer | gst-plugins-good | Ver: HEAD CVS

dynamotwain at aim.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dynamotwain at aim.com




------- Comment #1 from dynamotwain at aim.com  2007-04-25 00:59 UTC -------
Straight from the Microsoft documentation, when the Audio Format 16-bit value
isn't 1 (which signifies PCM audio), the SampleRate, ByteRate, BlockAlign, and
BitsPerSample are all format specific and do not follow the same constraints
that normal computation that one might make for PCM formats.

The only restriction I see that still applies for non-PCM data on BlockAlign is
that "software must process a multiple of blockalign bytes at a time". In any
case, a blockalign less than 1 makes no sense at all.

Perhaps these assertions should be wrapped in an if block checking if the
waveform actually contains regular PCM data first?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=433135.




More information about the Gstreamer-bugs mailing list