Release 0.11.90
[platform/upstream/gstreamer.git] / docs / plugins / inspect / plugin-alphacolor.xml
index 1b46388..3cad473 100644 (file)
@@ -1,20 +1,34 @@
 <plugin>
   <name>alphacolor</name>
-  <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
+  <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
   <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
   <basename>libgstalphacolor.so</basename>
-  <version>0.9.6.1</version>
+  <version>0.11.90</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
-  <package>GStreamer Good Plug-ins CVS/prerelease</package>
+  <package>GStreamer Good Plug-ins source release</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
       <name>alphacolor</name>
-      <longname>alpha color filter</longname>
-      <class>Filter/Effect/Video</class>
-      <description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
-      <author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
+      <longname>Alpha color filter</longname>
+      <class>Filter/Converter/Video</class>
+      <description>ARGB from/to AYUV colorspace conversion preserving the alpha channel</description>
+      <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
+      <pads>
+        <caps>
+          <name>sink</name>
+          <direction>sink</direction>
+          <presence>always</presence>
+          <details>video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, AYUV }, 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