Cache the codec informations inside the registry
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 24 Aug 2012 11:35:44 +0000 (04:35 -0700)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Oct 2012 14:28:38 +0000 (16:28 +0200)
commite7b21d5796c5474fa757aa9079ec28e3624e1e5a
tree1c4dd5a26d866ff6c6858bacbd9e94d47fb8333e
parenta98a6273707a956001b9a1084e693fec48cb25cb
Cache the codec informations inside the registry

Otherwise we would always load all codecs during plugin initialization
which can take quite some time (because of hardware) and also loads
lots of shared libraries (which number is limited by 64 in Android).
sys/androidmedia/gstamc.c