qtdemux: Invent AAC codec_data if none is present
authorSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jul 2016 14:55:32 +0000 (16:55 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jul 2016 14:55:32 +0000 (16:55 +0200)
commitdf454fa28feac6ebc19cdf3b0b1673cb7b5f3533
tree42e174a25b61eeeefdc26246fd547a63e761bb4d
parent5b24841f66e6c30b3015a76ace45202af7d245ac
qtdemux: Invent AAC codec_data if none is present

Without, raw AAC can't be handled and we have some information available in
the decoder that most likely allows us to decode the stream in one way or
another. This is the same code already used by matroskademux for the same
reasons, and ffmpeg/vlc play such files just fine too by guesswork.
gst/isomp4/qtdemux.c