summaryrefslogtreecommitdiff
path: root/docs
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
parent4d9a0e832cfc69c612e32902017390560024cd7e (diff)
Moved 'x264enc' from -bad to -ugly
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am1
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt13
-rw-r--r--docs/plugins/inspect/plugin-x264.xml34
4 files changed, 0 insertions, 50 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 2da695b48..ec89e06d5 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -115,7 +115,6 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/theora/theoradec.h \
$(top_srcdir)/ext/timidity/gsttimidity.h \
$(top_srcdir)/ext/timidity/gstwildmidi.h \
- $(top_srcdir)/ext/x264/gstx264enc.h \
$(top_srcdir)/gst/aacparse/gstaacparse.h \
$(top_srcdir)/gst/amrparse/gstamrparse.h \
$(top_srcdir)/gst/autoconvert/gstautoconvert.h \
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index 212bcb11f..959c9cb1b 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -84,7 +84,6 @@
<xi:include href="xml/element-videomark.xml" />
<xi:include href="xml/element-videoparse.xml" />
<xi:include href="xml/element-wildmidi.xml" />
- <xi:include href="xml/element-x264enc.xml" />
</chapter>
<chapter>
@@ -163,7 +162,6 @@
<xi:include href="xml/plugin-videosignal.xml" />
<xi:include href="xml/plugin-vmnc.xml" />
<xi:include href="xml/plugin-wildmidi.xml" />
- <xi:include href="xml/plugin-x264.xml" />
<xi:include href="xml/plugin-xvid.xml" />
</chapter>
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index 7cc8df915..70afb729c 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -1027,19 +1027,6 @@ GST_TYPE_WILDMIDI
</SECTION>
<SECTION>
-<FILE>element-x264enc</FILE>
-<TITLE>x264enc</TITLE>
-GstX264Enc
-<SUBSECTION Standard>
-GstX264EncClass
-GST_X264_ENC
-GST_X264_ENC_CLASS
-GST_IS_X264_ENC
-GST_IS_X264_ENC_CLASS
-GST_TYPE_X264_ENC
-</SECTION>
-
-<SECTION>
<FILE>element-mimdec</FILE>
<TITLE>mimdec</TITLE>
GstMimDec
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
deleted file mode 100644
index 93b33747e..000000000
--- 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