From 135e61f7539624b7bba7cdac8527ca23177dbfb1 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 16 May 2009 00:00:07 +0100 Subject: Moved 'y4menc' from -bad to -good --- docs/plugins/Makefile.am | 2 +- docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 ++ docs/plugins/gst-plugins-good-plugins-sections.txt | 16 ++++++++++ docs/plugins/inspect/plugin-y4menc.xml | 34 ++++++++++++++++++++++ 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 docs/plugins/inspect/plugin-y4menc.xml (limited to 'docs') 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 @@ + @@ -211,6 +212,7 @@ + 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 + +
+element-y4menc +y4menc +GstY4mEncode + +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 +
+ 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 @@ + + y4menc + Encodes a YUV frame into the yuv4mpeg format (mjpegtools) + ../../gst/y4m/.libs/libgsty4menc.so + libgsty4menc.so + 0.10.14.2 + LGPL + gst-plugins-good + GStreamer Good Plug-ins CVS/prerelease + Unknown package origin + + + y4menc + YUV4MPEG video encoder + Codec/Encoder/Video + Encodes a YUV frame into the yuv4mpeg format (mjpegtools) + Wim Taymans <wim.taymans@gmail.com> + + + sink + sink + always +
video/x-raw-yuv, format=(fourcc){ IYUV, I420 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
+ + src + source + always +
application/x-yuv4mpeg, y4mversion=(int)2
+
+
+
+
+
\ No newline at end of file -- cgit