gstreamer/ext/rsvg
Thiago Santos a875342c54 rsvgoverlay: Do not segfault on unexistent files
When passing an unexistent file to rsvgoverlay it would
crash because the svg loading would fail without setting
an error.

This patch makes it check if the handle was actually created
and logs an error in case it didn't. Maybe it should post an
error to the bus, but the previous error handling didn't, so
I just followed the same logic.
2011-01-24 23:51:53 -03:00
..
gstrsvg.c rsvgoverlay: scalable and relative svg overlay with cairo 2010-11-22 17:08:06 +02:00
gstrsvgdec.c rsvgdec: avoid reffing the element in chain 2010-11-08 16:02:07 +02:00
gstrsvgdec.h rsvg: Add RSVG SVG decoder plugin 2009-08-31 09:13:53 +02:00
gstrsvgoverlay.c rsvgoverlay: Do not segfault on unexistent files 2011-01-24 23:51:53 -03:00
gstrsvgoverlay.h rsvgoverlay: scalable and relative svg overlay with cairo 2010-11-22 17:08:06 +02:00
Makefile.am rsvgoverlay: scalable and relative svg overlay with cairo 2010-11-22 17:08:06 +02:00