diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-05-16 00:17:00 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-16 00:17:00 +0100 |
commit | 48e32a0890ecb089806768eec4c5ac30cf7333d6 (patch) | |
tree | 57b5a2a92f877f10b96ebd27018d56eab823ae68 /docs | |
parent | 2ba0996c64a6f94b443a5f2a5287e1bb7dd89dcc (diff) | |
download | gst-plugins-bad-48e32a0890ecb089806768eec4c5ac30cf7333d6.tar.gz gst-plugins-bad-48e32a0890ecb089806768eec4c5ac30cf7333d6.tar.bz2 gst-plugins-bad-48e32a0890ecb089806768eec4c5ac30cf7333d6.zip |
Moved 'y4menc' from -bad to -good
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 15 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-y4menc.xml | 34 |
4 files changed, 0 insertions, 52 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 2bc11e09..87d5f9eb 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -155,7 +155,6 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/videosignal/gstvideodetect.h \ $(top_srcdir)/gst/videosignal/gstvideomark.h \ $(top_srcdir)/gst/valve/gstvalve.h \ - $(top_srcdir)/gst/y4m/gsty4mencode.h \ $(top_srcdir)/sys/dvb/gstdvbsrc.h # Images to copy into HTML directory. diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 322ea414..5a996c03 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -83,7 +83,6 @@ <xi:include href="xml/element-videoparse.xml" /> <xi:include href="xml/element-wildmidi.xml" /> <xi:include href="xml/element-x264enc.xml" /> - <xi:include href="xml/element-y4menc.xml" /> </chapter> <chapter> @@ -162,7 +161,6 @@ <xi:include href="xml/plugin-wildmidi.xml" /> <xi:include href="xml/plugin-x264.xml" /> <xi:include href="xml/plugin-xvid.xml" /> - <xi:include href="xml/plugin-y4menc.xml" /> </chapter> <chapter> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 1b534ebe..8f9ff75d 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1006,21 +1006,6 @@ GST_TYPE_X264_ENC </SECTION> <SECTION> -<FILE>element-y4menc</FILE> -<TITLE>y4menc</TITLE> -GstY4mEncode -<SUBSECTION Standard> -GstY4mEncodeClass -GST_Y4M_ENCODE -GST_Y4M_ENCODE_CLASS -GST_IS_Y4M_ENCODE -GST_IS_Y4M_ENCODE_CLASS -GST_Y4M_ENCODE_GET_CLASS -GST_TYPE_Y4M_ENCODE -gst_y4m_encode_get_type -</SECTION> - -<SECTION> <FILE>element-mimdec</FILE> <TITLE>mimdec</TITLE> GstMimDec diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml deleted file mode 100644 index 6aaf4738..00000000 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ /dev/null @@ -1,34 +0,0 @@ -<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.11.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad 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 <wim.taymans@chello.be></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 |