Help with rsvgoverlay plugin

Olivier Aubert contact at olivieraubert.net
Sat May 23 13:57:23 UTC 2020


Hi

You have multiple options, as documented on 
https://thiblahute.pages.gitlab.gnome.org/gnome-devel-docs/rsvg-1.0/rsvgoverlay.html

You can either set the data property of the rsvgoverlay element to the
SVG code you want to display (for dynamically generated svg), or set
the location property to the filename of the svg file you want to
display. You can also feed the svg data to the data_sink pad.

I join a python example, where a dynamically generated svg is updated
every second.

Olivier


 On Fri, 2020-05-22 at 19:08 +0530, Ravi Modha wrote:
> Hello All,
> 
> I am a newbie in the GStreamer and I have a requirement to use rsvgoverlay but I am getting an example of how to send SVG data at the runtime in the pipeline. 
> 
> Can someone help me or give me an example of it, please.
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gst-svg.py
Type: text/x-python3
Size: 1188 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200523/40338212/attachment.bin>


More information about the gstreamer-devel mailing list