rsvgdec: add basic doc-blob

This commit is contained in:
Stefan Kost 2011-02-14 11:42:52 +02:00
parent a96fb3b472
commit 07f797bf39

View file

@ -16,6 +16,18 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:element-rsvgdec
*
* This elements renders SVG graphics.
*
* <refsect2>
* <title>Example launch lines</title>
* |[
* gst-launch filesrc location=image.svg ! rsvgdec ! imagefreeze ! ffmpegcolorspace ! autovideosink
* ]| render and show a svg image.
* </refsect2>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"