felipec / gst-av

Some wrappers for libav
GNU Lesser General Public License v2.1
15 stars 6 forks source link

No support for other audiocodecs than OGG/FLAC/Mp3? #1

Open lemenkov opened 13 years ago

lemenkov commented 13 years ago

I just tried gst-av as a replacement for gst-ffmpeg and was upset with the fact that this library refused to decode Monkeys' Audio APE file. Is it a known issue?

felipec commented 13 years ago

Currently there's only a certain amount of file-types that are supported. In the case of audio it's: Vorbis, FLAC, and MP3.

However it should be easy to add support for new types. You should rename this bug to ask for the specific format that you want.

Do you have a sample APE clip somewhere that I can use to test?