Mark Hale - 2005-09-19

Logged In: YES
user_id=133877

I see that getCodecClass() gets called alot by JMF when
searching for plugin matches. This is gonna cause a lot of
MissingResourceExceptions to be thrown. The ResourceBundle
should be replaced by Properties/Class.getResource combination.