GNOME Bugzilla – Bug 566647
[ffenc_amr_*] wrong number of channels and wrong samplerate set
Last modified: 2009-01-05 18:09:25 UTC
Please describe the problem: The default pad template contains unsupported values for this codec Steps to reproduce: 1. 2. 3. Actual results: GstError Expected results: Does this happen every time? Yes Other information:
Created attachment 125791 [details] [review] Fixes the amr problem
I fixed the WB case, it can only take 16KHz samples AFAIK. Patch by: Dejan Sakelšak <sakdean at gmail dot com> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ff_aud_caps_new): Narrow down the allowed channels and sample rates for AMR. Fixes #566647.