docs: Update to match recent commits
authorBenjamin Otte <otte@redhat.com>
Wed, 10 Mar 2010 10:33:10 +0000 (11:33 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 10 Mar 2010 10:33:10 +0000 (11:33 +0100)
docs/plugins/gst-plugins-bad-plugins.args
docs/plugins/gst-plugins-bad-plugins.prerequisites
docs/plugins/inspect/plugin-apexsink.xml [moved from docs/plugins/inspect/plugin-apex.xml with 96% similarity]
docs/plugins/inspect/plugin-invtelecine.xml [new file with mode: 0644]
docs/plugins/inspect/plugin-nsf.xml [moved from docs/plugins/inspect/plugin-nsfdec.xml with 97% similarity]
docs/plugins/inspect/plugin-nuvdemux.xml
docs/plugins/inspect/plugin-vmnc.xml

index c374d22..df047cc 100644 (file)
 </ARG>
 
 <ARG>
+<NAME>GstDc1394::iso-speed</NAME>
+<TYPE>gint</TYPE>
+<RANGE>[100,3200]</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>The iso bandwidth in Mbps (100, 200, 400, 800, 1600, 3200)</NICK>
+<BLURB>The iso bandwidth in Mbps (100, 200, 400, 800, 1600, 3200).</BLURB>
+<DEFAULT>400</DEFAULT>
+</ARG>
+
+<ARG>
 <NAME>ladspa-Exaggerate::amount</NAME>
 <TYPE>gfloat</TYPE>
 <RANGE>[-1,10]</RANGE>
index 4d9b856..59a6213 100644 (file)
@@ -1,8 +1,8 @@
 GstChildProxy GstObject
-GstImplementsInterface GstObject GstElement
-GstXOverlay GstObject GstImplementsInterface GstElement
-GstTagSetter GstObject GstElement
-GstColorBalance GstObject GstImplementsInterface GstElement
-GstMixer GstObject GstImplementsInterface GstElement
-GstPhotography GstObject GstImplementsInterface GstElement
-MXFDescriptiveMetadataFrameworkInterface MXFMetadataBase MXFDescriptiveMetadata
+GstTagSetter GstElement
+GstImplementsInterface GstElement
+GstColorBalance GstImplementsInterface GstElement
+GstXOverlay GstImplementsInterface GstElement
+GstMixer GstImplementsInterface GstElement
+MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
+GstPhotography GstImplementsInterface GstElement
similarity index 96%
rename from docs/plugins/inspect/plugin-apex.xml
rename to docs/plugins/inspect/plugin-apexsink.xml
index d87e05f..6ebde26 100644 (file)
@@ -1,5 +1,5 @@
 <plugin>
-  <name>apex</name>
+  <name>apexsink</name>
   <description>Apple AirPort Express Plugin</description>
   <filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
   <basename>libgstapexsink.so</basename>
diff --git a/docs/plugins/inspect/plugin-invtelecine.xml b/docs/plugins/inspect/plugin-invtelecine.xml
new file mode 100644 (file)
index 0000000..be837c8
--- /dev/null
@@ -0,0 +1,34 @@
+<plugin>
+  <name>invtelecine</name>
+  <description>Inverse Telecine</description>
+  <filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename>
+  <basename>libgstinvtelecine.so</basename>
+  <version>0.10.18.1</version>
+  <license>LGPL</license>
+  <source>gst-plugins-bad</source>
+  <package>GStreamer Bad Plug-ins git</package>
+  <origin>Unknown package origin</origin>
+  <elements>
+    <element>
+      <name>invtelecine</name>
+      <longname>H.264 Decoder</longname>
+      <class>Codec/Decoder/Video</class>
+      <description>Decode H.264/MPEG-4 AVC video streams</description>
+      <author>Entropy Wave &lt;ds@entropywave.com&gt;</author>
+      <pads>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+      </pads>
+    </element>
+  </elements>
+</plugin>
\ No newline at end of file
similarity index 97%
rename from docs/plugins/inspect/plugin-nsfdec.xml
rename to docs/plugins/inspect/plugin-nsf.xml
index a3aefd5..492c62a 100644 (file)
@@ -1,5 +1,5 @@
 <plugin>
-  <name>nsfdec</name>
+  <name>nsf</name>
   <description>Uses nosefart to decode .nsf files</description>
   <filename>../../gst/nsf/.libs/libgstnsf.so</filename>
   <basename>libgstnsf.so</basename>
index f4bc3f8..838d488 100644 (file)
@@ -1,6 +1,6 @@
 <plugin>
   <name>nuvdemux</name>
-  <description>Demuxes and muxes audio and video</description>
+  <description>Demuxes MythTV NuppelVideo files</description>
   <filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
   <basename>libgstnuvdemux.so</basename>
   <version>0.10.18.1</version>
@@ -13,7 +13,7 @@
       <name>nuvdemux</name>
       <longname>Nuv demuxer</longname>
       <class>Codec/Demuxer</class>
-      <description>Demultiplex a mythtv .nuv file into audio and video</description>
+      <description>Demultiplex a MythTV NuppleVideo .nuv file into audio and video</description>
       <author>Renato Araujo Oliveira Filho &lt;renato.filho@indt.org.br&gt;,Rosfran Borges &lt;rosfran.borges@indt.org.br&gt;</author>
       <pads>
         <caps>
index 0b3aca0..5d3973e 100644 (file)
@@ -1,6 +1,6 @@
 <plugin>
   <name>vmnc</name>
-  <description>VMnc video plugin library</description>
+  <description>VmWare Video Codec plugins</description>
   <filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
   <basename>libgstvmnc.so</basename>
   <version>0.10.18.1</version>
@@ -13,7 +13,7 @@
       <name>vmncdec</name>
       <longname>VMnc video decoder</longname>
       <class>Codec/Decoder/Video</class>
-      <description>Decode VMnc to raw (RGB) video</description>
+      <description>Decode VmWare video to raw (RGB) video</description>
       <author>Michael Smith &lt;msmith@xiph.org&gt;</author>
       <pads>
         <caps>