c.setPlugInName("abc");
assertEquals(c.getName(), "abc");
c.setDefaultOutputFormats(new VideoFormat[]{
new RGBFormat(new java.awt.Dimension(320, 200), 64000, Format.intArray, 1.3414634f, 32, 0xff, 0xff00, 0xff0000, 1, 320, 0, -1)
});
{
VideoFormat f = new VideoFormat("xyz", new Dimension(1, 2), 1000, byte[].class, 2.f);
//assertEquals(c.checkFormat(new VideoFormat("xyz", new Dimension(1, 2), 1000, byte[].class, 2.f)), true);
VideoFormat[] fs = new VideoFormat[] {f};