Hi, I want to make a plugin which stops the pipeline (and gst-launch) when second frame from video stream arrives. The point is to read one single frame from webcam. So far i succeeded with the task in a very crude way, by using exit() in plugin chain-function. Is there a clean way to do this? Thanks, Joonas