// Finally, a B&N filter is connected in one of the WebRTC's
GStreamerFilter bn = mp.newGStreamerFilter(
"videobalance saturation=0.0").build();
webRtcEP1.connect(bn);
bn.connect(hubPort1);
Thread.sleep(5000);
Assert.assertTrue(
"When connecting the filter, the upper left part of the video must be gray",
browserPlayer.color(new Color(75, 75, 75), 25, 0, 0));
}