diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-06-05 19:25:54 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-05 19:25:54 +0100 |
commit | 5e176f4b0c3795d6b403fbb8dd5a040f2e9c1a18 (patch) | |
tree | 91eca22552459487a74e03fed12561b59cc6293f /docs | |
parent | 0823e9fa148375a5215f820a4a036ef952c50b2d (diff) |
Moved 'x264enc' from -bad to -ugly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins-sections.txt | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-x264.xml | 34 |
4 files changed, 51 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 094edbf3..f0be950b 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -93,6 +93,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/mad/gstmad.h \ $(top_srcdir)/ext/sidplay/gstsiddec.h \ $(top_srcdir)/ext/twolame/gsttwolame.h \ + $(top_srcdir)/ext/x264/gstx264enc.h \ $(top_srcdir)/gst/asfdemux/gstrtspwms.h \ $(top_srcdir)/gst/mpegaudioparse/gstxingmux.h \ $(top_srcdir)/gst/realmedia/rademux.h \ diff --git a/docs/plugins/gst-plugins-ugly-plugins-docs.sgml b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml index 5917986b..6b603707 100644 --- a/docs/plugins/gst-plugins-ugly-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml @@ -32,6 +32,7 @@ <xi:include href="xml/element-siddec.xml" /> <xi:include href="xml/element-twolame.xml" /> <xi:include href="xml/element-synaesthesia.xml" /> + <xi:include href="xml/element-x264enc.xml" /> <xi:include href="xml/element-xingmux.xml" /> </chapter> @@ -56,5 +57,6 @@ <xi:include href="xml/plugin-siddec.xml" /> <xi:include href="xml/plugin-synaesthesia.xml" /> <xi:include href="xml/plugin-twolame.xml" /> + <xi:include href="xml/plugin-x264.xml" /> </chapter> </book> diff --git a/docs/plugins/gst-plugins-ugly-plugins-sections.txt b/docs/plugins/gst-plugins-ugly-plugins-sections.txt index 0bf62885..26e7c509 100644 --- a/docs/plugins/gst-plugins-ugly-plugins-sections.txt +++ b/docs/plugins/gst-plugins-ugly-plugins-sections.txt @@ -219,6 +219,20 @@ GST_TYPE_TWO_LAME gst_two_lame_get_type </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-xingmux</FILE> <TITLE>xingmux</TITLE> diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml new file mode 100644 index 00000000..b2e5018f --- /dev/null +++ b/docs/plugins/inspect/plugin-x264.xml @@ -0,0 +1,34 @@ +<plugin> + <name>x264</name> + <description>libx264-based H264 plugins</description> + <filename>../../ext/x264/.libs/libgstx264.so</filename> + <basename>libgstx264.so</basename> + <version>0.10.11.1</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly 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 <josef.zlomek@itonis.tv>, Mark Nauwelaerts <mnauw@users.sf.net></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 |