private Color bgColor;
public VideoComponent(final Composite parent, int style) {
super(parent, style | SWT.DOUBLE_BUFFERED);
videosink = new RGBDataSink("GstVideoComponent", new RGBListener());
videosink.setPassDirectBuffer(true);
final Font font = new Font(getDisplay(), "Arial", 13, SWT.NORMAL);
this.addPaintListener(new PaintListener() {