summaryrefslogtreecommitdiffstats
path: root/docs
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
parentee5382d799a7d81d324ed29fe7e2320aec04fd0d (diff)
Moved 'y4menc' from -bad to -good
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-good-plugins-sections.txt16
-rw-r--r--docs/plugins/inspect/plugin-y4menc.xml34
4 files changed, 53 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index 790a4e17..5a453029 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -185,6 +185,7 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/videomixer/videomixerpad.h \
$(top_srcdir)/gst/wavenc/gstwavenc.h \
$(top_srcdir)/gst/wavparse/gstwavparse.h \
+ $(top_srcdir)/gst/y4m/gsty4mencode.h \
$(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \
$(top_srcdir)/sys/directsound/gstdirectsoundsink.h \
$(top_srcdir)/sys/oss/gstossmixerelement.h \
@@ -197,7 +198,6 @@ EXTRA_HFILES = \
$(top_srcdir)/sys/waveform/gstwaveformsink.h \
$(top_srcdir)/sys/ximage/gstximagesrc.h
-
# example code that needs to be converted to xml and placed in xml/
EXAMPLE_CFILES = \
$(top_srcdir)/tests/examples/level/level-example.c \
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index 2e61ed82..dfe76a39 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -137,6 +137,7 @@
<xi:include href="xml/element-wavpackparse.xml" />
<xi:include href="xml/element-wavparse.xml" />
<xi:include href="xml/element-ximagesrc.xml" />
+ <xi:include href="xml/element-y4menc.xml" />
</chapter>
<chapter>
@@ -211,6 +212,7 @@
<xi:include href="xml/plugin-wavpack.xml" />
<xi:include href="xml/plugin-wavparse.xml" />
<xi:include href="xml/plugin-ximagesrc.xml" />
+ <xi:include href="xml/plugin-y4menc.xml" />
</chapter>
<chapter>
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 62c24bf4..15d92345 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -1793,3 +1793,19 @@ GST_XIMAGE_SRC_CLASS
GST_IS_XIMAGE_SRC_CLASS
gst_ximage_src_get_type
</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>
+
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