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 591809 - [ffdec_adpcm_ima_wav] can't decode ADPCM file
[ffdec_adpcm_ima_wav] can't decode ADPCM file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.24
Other All
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-14 14:33 UTC by Arnaud Faucher
Modified: 2009-08-14 15:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Test file (hanging phone) (8.93 KB, audio/x-wav)
2009-08-14 14:34 UTC, Arnaud Faucher
Details

Description Arnaud Faucher 2009-08-14 14:33:37 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:
Comment 1 Arnaud Faucher 2009-08-14 14:34:40 UTC
Created attachment 140777 [details]
Test file (hanging phone)
Comment 2 Arnaud Faucher 2009-08-14 14:47:07 UTC
Downstream reference: https://bugs.launchpad.net/gst-plugins-ugly/+bug/413633
Comment 3 Tim-Philipp Müller 2009-08-14 15:13:28 UTC
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).