Is there a generic transform element ?

Vinod Kesti vinodkesti at yahoo.com
Tue Aug 29 04:33:30 UTC 2017


Hi Philippe,

I am not aware of such plugin. Only appsrc and appsink handled data through
callbacks. Rest all the elements handle buffers through pads.

Writing plugin on top of GstVideoFilter  simple. below are the simple APIs.
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/GstVideoFilter.html

you have to put your processing code in transform_frame or
transform_frame_ip function as per your need.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Is-there-a-generic-transform-element-tp4684289p4684362.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list