<div dir="ltr"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">I see the example of the cairooverlay at<br><br><a href="https://github.com/GStreamer/gst-plugins-good/blob/master/tests/examples/cairo/cairo_overlay.c">https://github.com/GStreamer/gst-plugins-good/blob/master/tests/examples/cairo/cairo_overlay.c</a><br><br>and I would like to encapsulate this example in a plugin, which type would be the best ?<br><br>so i could do :<br>gst-launch-1.0 videotestsrc pattern=13 ! mycairoencapsulation ! autovideosink<br><br>I tried to do it in a GST_BIN but the pad's don't get connected.<br>i tried to do it in a GST_TYPE_VIDEO_FILTER but the output is completely messed up.<br><br>Is there an example that already has this encapsulated with a simple draw function ?<br>or if there isn't which direction should i go in ?<br><br>Thanks,</div><div class="gmail_signature" data-smartmail="gmail_signature">Tom</div></div>