audio: Add audio decoder/encoder base classes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Aug 2011 10:56:00 +0000 (12:56 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Aug 2011 10:56:00 +0000 (12:56 +0200)
commit0d07b52760fc4bf0fe2213b24099c0d9eab05b52
tree1e32a5829ef97ef12da68953295b4e4fac01c12e
parentb673e375463411bd5ce00ac5cdb6bcc438446bdd
audio: Add audio decoder/encoder base classes

Taken from http://cgit.collabora.com/git/user/manauw/gst-plugins-bad.git/log/?h=baseaudio
omx/gstbaseaudiodecoder.c [new file with mode: 0644]
omx/gstbaseaudiodecoder.h [new file with mode: 0644]
omx/gstbaseaudioencoder.c [new file with mode: 0644]
omx/gstbaseaudioencoder.h [new file with mode: 0644]
omx/gstbaseaudioutils.c [new file with mode: 0644]
omx/gstbaseaudioutils.h [new file with mode: 0644]