extend GstBaseTransform

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

extend GstBaseTransform

ynjiun
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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: extend GstBaseTransform

Michael Gruner
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 <[hidden email]> 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
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel