summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect/plugin-y4menc.xml
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-16 00:00:07 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-16 00:16:31 +0100
commit135e61f7539624b7bba7cdac8527ca23177dbfb1 (patch)
treeca7d1b9b323eaaf7370f29ce4b4259aa4f302b3c /docs/plugins/inspect/plugin-y4menc.xml
parentee5382d799a7d81d324ed29fe7e2320aec04fd0d (diff)
Moved 'y4menc' from -bad to -good
Diffstat (limited to 'docs/plugins/inspect/plugin-y4menc.xml')
-rw-r--r--docs/plugins/inspect/plugin-y4menc.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml
new file mode 100644
index 00000000..15e750c5
--- /dev/null
+++ b/docs/plugins/inspect/plugin-y4menc.xml
@@ -0,0 +1,34 @@
+<plugin>
+ <name>y4menc</name>
+ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
+ <filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
+ <basename>libgsty4menc.so</basename>
+ <version>0.10.14.2</version>
+ <license>LGPL</license>
+ <source>gst-plugins-good</source>
+ <package>GStreamer Good Plug-ins CVS/prerelease</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>y4menc</name>
+ <longname>YUV4MPEG video encoder</longname>
+ <class>Codec/Encoder/Video</class>
+ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</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-yuv, format=(fourcc){ IYUV, I420 }, 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>application/x-yuv4mpeg, y4mversion=(int)2</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file