Add xmlinspect to README
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Feb 2003 20:02:08 +0000 (20:02 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Feb 2003 20:02:08 +0000 (20:02 +0000)
Original commit message from CVS:
Add xmlinspect to README

tools/README

index 7924139..558adc8 100644 (file)
@@ -130,4 +130,12 @@ will show all the plugins available and the elements they contain.
 
 shows more info about the plugin/element.
 
+gst-xmlinspect
+=================
+
+Dump properties of plugins and elements in an xml format. You can 
+transform the xml to something else with an appropriate stylesheet.
+
+ ./gst-xmlinspect <elementname> | xsltproc xml2text.xsl -
+