GStreamer Compositing with GPU acceleration

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

GStreamer Compositing with GPU acceleration

CC
Hi,

I use GStreamer Compositor and I notice that it would cause high CPU usage, so is there some plugin base on GPU calculation.

BTW: I find gstream-imx  , and it is only for Freescale's i.MX platform.But I need deploy my code in aws, so it seems not suitable for me.
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer Compositing with GPU acceleration

Sean DuBois
On Thu, Jun 29, 2017 at 12:15:22AM -0700, CC wrote:

> Hi,
>
> I use  GStreamer Compositor
> <https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-compositor.html>
> and I notice that it would cause high CPU usage, so is there some plugin
> base on GPU calculation.
>
> BTW: I find  gstream-imx <https://github.com/Freescale/gstreamer-imx>   ,
> and it is only for Freescale's i.MX platform.But I need deploy my code in
> aws, so it seems not suitable for me.
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-Compositing-with-GPU-acceleration-tp4683591.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

The OpenGL elements should be what you are looking for, see glvideomixer
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
CC
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer Compositing with GPU acceleration

CC
Thank you,  I will try