[gstreamer-bugs] [Bug 569441] New: ffenc_adpcm_yamaha is accepting sample depth of 32 but then the output is corrupted

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 28 02:48:01 PST 2009


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=569441

  GStreamer | gst-ffmpeg | Ver: git
           Summary: ffenc_adpcm_yamaha is accepting sample depth of 32 but
                    then the output is corrupted
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sylane at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In previous version of gst-ffmpeg, the encoder ffenc_adpcm_yamaha was only
accepting sample depth of 16. Now it accepts depth of 32 but then generate
a corrupted stream when decoded.

This works on old and new versions:

gst-launch-0.10 -v audiotestsrc ! audio/x-raw-int,width=16,depth=16 !
ffenc_adpcm_yamaha ! ffdec_adpcm_yamaha ! alsasink

This was failing with the error "could not link audiotestsrc0 to
ffenc_adpcm_yamaha0", and now it plays noise:

gst-launch-0.10 -v audiotestsrc ! audio/x-raw-int,width=32,depth=32 !
ffenc_adpcm_yamaha ! ffdec_adpcm_yamaha ! alsasink


-- 
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=569441.




More information about the Gstreamer-bugs mailing list