extend GstBaseTransform

Michael Gruner michael.gruner at ridgerun.com
Fri Jul 31 00:54:01 UTC 2020


Hi, GstBaseTransform is for single-input and single-output elements. For multiple-inputs single-output you may want to implement GstVideoAggregator instead.


> On Jul 30, 2020, at 18:02, ynjiun <paulwang at microai.systems> wrote:
> 
> I am writing a stereovision plugin and would like to extend GstBaseTransform
> to two sink pads (left_video and right_video) and use transform_ip to
> process both left_buf and right_buf at the same time, is this possible? and
> how? Please advise. Thanks a lot for your help.
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list