GNOME Bugzilla – Bug 571201
typefindfunctions hasn't a type "audio/x-aac"
Last modified: 2009-02-23 20:54:42 UTC
Please describe the problem: I have a raw aac file, and i m not able to launch it with gst-launch ... gst-launch filesrc location=Myfile.aac.raw ! "audio/x-aac" ! ffdec_aac ! audioconvert ! audioresample ! audiopanorama ! volume ! autoaudiosink or gst-launch filesrc location=Myfile.aac.raw ! "audio/x-aac" ! faad ! audioconvert ! audioresample ! audiopanorama ! volume ! autoaudiosink Steps to reproduce: you can't try to extract and aac from a MPEG4 audio/video file in a raw aac format Actual results: i m blocked Expected results: i hope to heard my file Does this happen every time? yes Other information: help me!
Raw AAC files can only be played after parsing them with aacparse from gst-plugins-bad. Try to add aacparse between filesrc and faad/ffdec_aac.
For what it's worth: AAC RAW files have no header, they are not decodeable. This works from container only because the codec_data field is provided on the caps.