GNOME Bugzilla – Bug 591809
[ffdec_adpcm_ima_wav] can't decode ADPCM file
Last modified: 2009-08-14 15:13:28 UTC
Please describe the problem: I receive phone messages by e-mail from my voip company in the adpcm wav file format. VLC on Ubuntu handle these files well, but not Totem or Rhythmbox. I suspect this is a GStreamer bug. Steps to reproduce: 1. Open attached file (08091343.wav: hanging phone) with either Totem or Rhythmbox. 2. Both programs try to download an ADPCM codec, then fail to play the file. Actual results: Expected results: Does this happen every time? yes Other information:
Created attachment 140777 [details] Test file (hanging phone)
Downstream reference: https://bugs.launchpad.net/gst-plugins-ugly/+bug/413633
Thanks for the sample file. This should fix it: commit 37875a95ebbdd551a113c542d730017960c1e4e1 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Aug 14 16:07:07 2009 +0100 Lower minimum sample rate in generic template caps from 8000 to 4000 Fixes playback of ADPCM clip (#591809).