3 <description>PNG plugin library</description>
4 <filename>../../ext/libpng/.libs/libgstpng.so</filename>
5 <basename>libgstpng.so</basename>
6 <version>1.13.0.1</version>
7 <license>LGPL</license>
8 <source>gst-plugins-good</source>
9 <package>GStreamer Good Plug-ins git</package>
10 <origin>Unknown package origin</origin>
14 <longname>PNG image decoder</longname>
15 <class>Codec/Decoder/Image</class>
16 <description>Decode a png video frame to a raw image</description>
17 <author>Wim Taymans <wim@fluendo.com></author>
21 <direction>sink</direction>
22 <presence>always</presence>
23 <details>image/png</details>
27 <direction>source</direction>
28 <presence>always</presence>
29 <details>video/x-raw, format=(string){ RGBA, RGB, ARGB64, GRAY8, GRAY16_BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
35 <longname>PNG image encoder</longname>
36 <class>Codec/Encoder/Image</class>
37 <description>Encode a video frame to a .png image</description>
38 <author>Jeremy SIMON <jsimon13@yahoo.fr></author>
42 <direction>sink</direction>
43 <presence>always</presence>
44 <details>video/x-raw, format=(string){ RGBA, RGB, GRAY8, GRAY16_BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
48 <direction>source</direction>
49 <presence>always</presence>
50 <details>image/png, width=(int)[ 16, 1000000 ], height=(int)[ 16, 1000000 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>