GStreamer - plugin with 2 input pads and 1 output [NOT a mux!]
Bogdan Pavkovic
bogprs at gmail.com
Fri Oct 13 15:57:40 UTC 2017
Dear all,
Could you point us to an example or GST documentation on
how to build a simple plugin element
that has 2 input pads configured in push mode
(1st pad receives video frame and 2nd receives rectangle position to draw
over a video frame).
Output should be configured in push mode.
Resulting output is linked to autovideosink and should display the original
frame with a rectangle drawn over it.
N.B. We currently use Cairo library to implement drawing.
N.B. We currently achieve similar result with 2/2 I/O plugin element that
has one of output pads linked with fakesink. Nevertheless, we observe
strange behavior with such setup where frame is corrupt.
Many thanks.
Best regards,
Bogdan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20171013/f1995d43/attachment.html>
More information about the gstreamer-devel
mailing list