summaryrefslogtreecommitdiffstats
path: root/docs/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins')
-rw-r--r--docs/plugins/Makefile.am3
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt19
-rw-r--r--docs/plugins/inspect/plugin-video4linux2.xml20
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 &lt;rbultje@ronald.bitfreak.net&gt;, Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
- </element>
- </elements>
-</plugin> \ No newline at end of file