Using the CairoContext from cairooverlay element
superlou
lousimons at gmail.com
Fri Feb 14 05:03:22 PST 2014
Using Gstreamer via the PyGObject bindings, I have a pipeline that looks like
videotestsrc | cairooverlay | videoconvert | xvimagesink. I'd like to draw
an SVG over the video, so I've connected the "draw" signal from the
cairooverlay element to a python callback. In the callback
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-cairooverlay.html#GstCairoOverlay-draw),
the CairoContext looks ok at first glance: if I "print context" Python says
it's a CairoContext. However, if I try to perform any Cairo commands
(move_to, stroke, etc.), I get a no attribute found error.
Are there any steps that must be taken before the CairoContext can be used?
Thanks,
Louis
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Using-the-CairoContext-from-cairooverlay-element-tp4665274.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list