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 566647 - [ffenc_amr_*] wrong number of channels and wrong samplerate set
[ffenc_amr_*] wrong number of channels and wrong samplerate set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-05 16:15 UTC by Dejan Sakelšak
Modified: 2009-01-05 18:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Fixes the amr problem (782 bytes, patch)
2009-01-05 16:15 UTC, Dejan Sakelšak
committed Details | Review

Description Dejan Sakelšak 2009-01-05 16:15:12 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:
Comment 1 Dejan Sakelšak 2009-01-05 16:15:56 UTC
Created attachment 125791 [details] [review]
Fixes the amr problem
Comment 2 Wim Taymans 2009-01-05 18:09:25 UTC
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.