[gst-devel] opengl on top of video
Olivier Aubert
olivier.aubert at liris.cnrs.fr
Fri Jan 21 09:43:37 CET 2011
Hello
Depending on the nature of your visualization, you may want to try the
rsvgoverlay element, which should be included in the latest
gst-plugins-bad pre-release. Insert the rsvgoverlay element in your
pipeline, and feed it SVG data (through a property or through a
data_sink pad) generated from your real-time data.
Olivier
On Thu, 2011-01-20 at 11:00 -0800, Bert Douglas wrote:
> Hello,
>
> I have a python-gstreamer app that shows video.
> It uses xvimagesink and links it to a gtk.DrawingArea.
>
> This works great.
>
> Now I want to overlay some graphics, dynamically generated from real
> time data.
> Opengl seems like a good choice to render the graphics.
>
> But I have no clue how to combine the video and graphics.
> I don't think they are made to work with each other.
>
> Thanks,
> Bert Douglas
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list