diff --git a/plugins/elements/gstdataurisrc.c b/plugins/elements/gstdataurisrc.c
index aaebe879a2..c8b2992ead 100644
--- a/plugins/elements/gstdataurisrc.c
+++ b/plugins/elements/gstdataurisrc.c
@@ -19,6 +19,19 @@
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:element-dataurisrc
+ *
+ * dataurisrc handles data: URIs, see RFC 2397 for more information.
+ *
+ *
+ * Example launch line
+ * |[
+ * gst-launch-0.10 -v dataurisrc uri="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAfElEQVQ4je2MwQnAIAxFgziA4EnczIsO4MEROo/gzZWc4xdTbe1R6LGRR74heYS7iKElzfcMiRnt4hf8gk8EayB6luefue/HzlJfCA50XsNjYRxprZmenXNIKSGEsC+QUqK1hhgj521BzhnWWiilUGvdF5RS4L2HMQZCCJy8sHMm2TYdJAAAAABJRU5ErkJggg==" ! pngdec ! ffmpegcolorspace ! freeze ! ffmpegcolorspace ! autovideosink
+ * ]| This pipeline displays a small 16x16 PNG image from the data URI.
+ *
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif