From 30a1fc4dc24133cc411e0232af87790ae2f845b2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 11 Sep 2005 17:52:09 +0000 Subject: [PATCH] add source module to docs; reinspect Original commit message from CVS: add source module to docs; reinspect --- gst-xmlinspect.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-xmlinspect.py b/gst-xmlinspect.py index 897b987..1d96b44 100644 --- a/gst-xmlinspect.py +++ b/gst-xmlinspect.py @@ -30,6 +30,7 @@ PLUGIN_TEMPLATE = """ %(basename)s %(version)s %(license)s + %(source)s %(package)s %(origin)s @@ -92,6 +93,7 @@ def output_plugin(plugin, indent=0): 'basename': basename, 'version': version, 'license': xmlencode(plugin.get_license()), + 'source': xmlencode(plugin.get_source()), 'package': xmlencode(plugin.get_package()), 'origin': xmlencode(plugin.get_origin()), 'elements': "\n".join(elementsoutput), -- 2.7.4