diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-10-04 10:29:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-10-04 10:29:22 +0000 |
commit | 886c7aa7c2b682fa6b69ec6589da60c3aef7956b (patch) | |
tree | 7ad8b215f6015212f353a2ac74ff07e1744e20f0 /docs | |
parent | 9cb48e49d42d1d51a7f7491ba4eed1878a246f4c (diff) | |
download | gst-plugins-bad-886c7aa7c2b682fa6b69ec6589da60c3aef7956b.tar.gz gst-plugins-bad-886c7aa7c2b682fa6b69ec6589da60c3aef7956b.tar.bz2 gst-plugins-bad-886c7aa7c2b682fa6b69ec6589da60c3aef7956b.zip |
removed v4l2
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-video4linux2.xml:
* gst-plugins-bad.spec.in:
removed v4l2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 19 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-video4linux2.xml | 20 |
4 files changed, 1 insertions, 43 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index e7239d5d..e6120339 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -91,8 +91,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/wavpack/gstwavpackdec.h \ $(top_srcdir)/ext/wavpack/gstwavpackenc.h \ $(top_srcdir)/ext/wavpack/gstwavpackparse.h \ - $(top_srcdir)/gst/videocrop/gstvideocrop.h \ - $(top_srcdir)/sys/v4l2/gstv4l2src.h + $(top_srcdir)/gst/videocrop/gstvideocrop.h # Images to copy into HTML directory. HTML_IMAGES = diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index f382b66c..5fc2344b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -19,7 +19,6 @@ <xi:include href="xml/element-wavpackdec.xml" /> <xi:include href="xml/element-wavpackenc.xml" /> <xi:include href="xml/element-wavpackparse.xml" /> - <xi:include href="xml/element-v4l2src.xml" /> </chapter> <chapter> @@ -43,7 +42,6 @@ <xi:include href="xml/plugin-spectrum.xml" /> <xi:include href="xml/plugin-speed.xml" /> <xi:include href="xml/plugin-tta.xml" /> - <xi:include href="xml/plugin-video4linux2.xml" /> <xi:include href="xml/plugin-videocrop.xml" /> <xi:include href="xml/plugin-wavpack.xml" /> <xi:include href="xml/plugin-xingheader.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index f2b96546..8b0fad1b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -15,25 +15,6 @@ GstTRMClass </SECTION> <SECTION> -<FILE>element-v4l2src</FILE> -GstV4l2Src -<TITLE>v4l2src</TITLE> -<SUBSECTION Standard> -GST_V4L2_MAX_BUFFERS -GST_V4L2_MIN_BUFFERS -GstV4l2BufferPool -GstV4l2Buffer -GstV4l2Src -GstV4l2SrcClass -GST_V4L2SRC -GST_IS_V4L2SRC -GST_TYPE_V4L2SRC -gst_v4l2src_get_type -GST_V4L2SRC_CLASS -GST_IS_V4L2SRC_CLASS -</SECTION> - -<SECTION> <FILE>element-videocrop</FILE> GstVideoCrop <TITLE>videocrop</TITLE> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml deleted file mode 100644 index e310e255..00000000 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ /dev/null @@ -1,20 +0,0 @@ -<plugin> - <name>video4linux2</name> - <description>elements for Video 4 Linux</description> - <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> - <basename>libgstvideo4linux2.so</basename> - <version>0.10.3.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>v4l2src</name> - <longname>Video (video4linux2/raw) Source</longname> - <class>Source/Video</class> - <description>Reads raw frames from a video4linux2 (BT8x8) device</description> - <author>Ronald Bultje <rbultje@ronald.bitfreak.net>, Edgard Lima <edgard.lima@indt.org.br></author> - </element> - </elements> -</plugin>
\ No newline at end of file |