summaryrefslogtreecommitdiffstats
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-06-05 19:32:26 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-05 19:52:40 +0100
commit271788c9ae2a5126994d9dc45e777c3b15f3b802 (patch)
treed29025b95537c93bb5cd59883b4b8f113ed2da39 /docs/plugins/inspect
parent4d9a0e832cfc69c612e32902017390560024cd7e (diff)
downloadgst-plugins-bad-271788c9ae2a5126994d9dc45e777c3b15f3b802.tar.gz
gst-plugins-bad-271788c9ae2a5126994d9dc45e777c3b15f3b802.tar.bz2
gst-plugins-bad-271788c9ae2a5126994d9dc45e777c3b15f3b802.zip
Moved 'x264enc' from -bad to -ugly
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-x264.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
deleted file mode 100644
index 93b33747..00000000
--- a/docs/plugins/inspect/plugin-x264.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>x264</name>
- <description>libx264-based H264 plugins</description>
- <filename>../../ext/x264/.libs/libgstx264.so</filename>
- <basename>libgstx264.so</basename>
- <version>0.10.12.1</version>
- <license>GPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins git/prerelease</package>
- <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>
- <details>video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file