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 571201 - typefindfunctions hasn't a type "audio/x-aac"
typefindfunctions hasn't a type "audio/x-aac"
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.22
Other All
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-10 16:31 UTC by FredM
Modified: 2009-02-23 20:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description FredM 2009-02-10 16:31:15 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!
Comment 1 Sebastian Dröge (slomo) 2009-02-12 05:46:09 UTC
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.
Comment 2 René Stadler 2009-02-23 20:54:42 UTC
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.