gstreamer/docs/plugins/inspect/plugin-x264.xml

34 lines
1.5 KiB
XML
Raw Normal View History

2009-06-05 18:25:54 +00:00
<plugin>
<name>x264</name>
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
2013-07-29 11:46:08 +00:00
<version>1.1.3</version>
2009-06-05 18:25:54 +00:00
<license>GPL</license>
<source>gst-plugins-ugly</source>
2013-06-05 15:58:51 +00:00
<package>GStreamer Ugly Plug-ins source release</package>
2009-06-05 18:25:54 +00:00
<origin>Unknown package origin</origin>
<elements>
<element>
<name>x264enc</name>
<longname>x264enc</longname>
<class>Codec/Encoder/Video</class>
<description>H264 Encoder</description>
<author>Josef Zlomek &lt;josef.zlomek@itonis.tv&gt;, Mark Nauwelaerts &lt;mnauw@users.sf.net&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
2013-06-05 15:58:51 +00:00
<details>video/x-raw, format=(string){ I420, YV12, Y42B, Y444, NV12, I420_10LE, I422_10LE, Y444_10LE }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details>
2009-06-05 18:25:54 +00:00
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
2013-06-05 15:58:51 +00:00
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ avc, byte-stream }, alignment=(string)au, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }</details>
2009-06-05 18:25:54 +00:00
</caps>
</pads>
</element>
</elements>
</plugin>