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 671544 - Failing to decode aac files - ffmpeg :0:: channel element 0.0 is not allocated
Failing to decode aac files - ffmpeg :0:: channel element 0.0 is not allocated
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.13
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 676131
 
 
Reported: 2012-03-07 12:37 UTC by tomw
Modified: 2013-04-18 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test-file (389.49 KB, audio/mp4)
2012-03-07 12:37 UTC, tomw
Details

Description tomw 2012-03-07 12:37:44 UTC
Created attachment 209152 [details]
test-file

running a pipeline like:

gst-launch-0.10 playbin2 uri=file:///home/user/stereo51.aac 

throws the following errors:


0:00:00.097488584  8462  0x9ed89d0 ERROR                 ffmpeg :0:: channel element 0.0 is not allocated
0:00:00.097549975  8462  0x9ed89d0 WARN                  ffmpeg gstffmpegdec.c:2231:gst_ffmpegdec_audio_frame:<ffdec_aac0> error: Decoding of AAC stream by FFMPEG failed.
ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/ffdec_aac:ffdec_aac0: Could not decode stream.
Additional debug info:
gstffmpegdec.c(2231): gst_ffmpegdec_audio_frame (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/ffdec_aac:ffdec_aac0:
Decoding of AAC stream by FFMPEG failed.
Comment 1 Sebastian Dröge (slomo) 2013-04-18 14:18:05 UTC
This works fine with the latest releases of GStreamer and the plugin modules (1.0.6).
Comment 2 Tim-Philipp Müller 2013-04-18 14:19:33 UTC
This works fine for me with GStreamer 1.x as in git master (using avdec_aac).

Please re-open if you still have issues with git master or the 1.1.x/1.2.x releases when they come out.