summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-18 15:15:44 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-18 15:39:43 +0100
commit2d5ed4591356bbac7c9edb7ba435c852b6ac6396 (patch)
tree32591e4aa0bd09a119fdbe0975328c28d5176dd4 /docs
parent81fd48bcb5c4b44a9a6b0b3cd9da21d4f32e3b07 (diff)
downloadgstreamer-plugins-bad-2d5ed4591356bbac7c9edb7ba435c852b6ac6396.tar.gz
vcdsrc: Remove unusable VCD source
The VCD source was ported in 2014 (commit 89eb1e9), but the necessary "cdxaparse" plugin, which is used to "Parse a .dat file (VCD) into raw mpeg1" was never ported. This means that the probable main user for the feature, totem, hasn't actually been able to play back VCDs, since 2012, when it switched to using GStreamer 1.0. Note that even if cdxaparse was finally ported, a lot of work would still be necessary before it is considered usable. Notably, it is missing disc image support [1] and some VCDs just cannot be opened for reading [2]. [1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/898 [2]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/899
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-docs.sgml2
-rw-r--r--docs/plugins/gst-plugins-bad-plugins-sections.txt16
-rw-r--r--docs/plugins/inspect/plugin-vcdsrc.xml28
3 files changed, 0 insertions, 46 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
index f7f2f4235..a83aa0e87 100644
--- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml
@@ -248,7 +248,6 @@
<xi:include href="xml/element-uvch264mjpgdemux.xml" />
<xi:include href="xml/element-uvch264src.xml" />
<xi:include href="xml/element-vc1parse.xml" />
- <xi:include href="xml/element-vcdsrc.xml" />
<xi:include href="xml/element-vdpaumpegdec.xml" />
<xi:include href="xml/element-videoanalyse.xml" />
<xi:include href="xml/element-videodiff.xml" />
@@ -393,7 +392,6 @@
<xi:include href="xml/plugin-timecode.xml" />
<xi:include href="xml/plugin-ttmlsubs.xml" />
<xi:include href="xml/plugin-uvch264.xml" />
- <xi:include href="xml/plugin-vcdsrc.xml" />
<xi:include href="xml/plugin-vdpau.xml" />
<xi:include href="xml/plugin-videofiltersbad.xml" />
<xi:include href="xml/plugin-videoframe_audiolevel.xml" />
diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt
index a1f028f05..5b45ec401 100644
--- a/docs/plugins/gst-plugins-bad-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt
@@ -3629,22 +3629,6 @@ gst_v_c1_parse_get_type
</SECTION>
<SECTION>
-<FILE>element-vcdsrc</FILE>
-<TITLE>vcdsrc</TITLE>
-GstVCDSrc
-<SUBSECTION Standard>
-GstVCDSrcClass
-GST_VCD_SRC
-GST_VCD_SRC_CAST
-GST_IS_VCD_SRC
-GST_VCD_SRC_CLASS
-GST_IS_VCD_SRC_CLASS
-GST_TYPE_VCD_SRC
-<SUBSECTION Private>
-gst_vcd_src_get_type
-</SECTION>
-
-<SECTION>
<FILE>element-vmncdec</FILE>
<TITLE>vmncdec</TITLE>
GstVMncDec
diff --git a/docs/plugins/inspect/plugin-vcdsrc.xml b/docs/plugins/inspect/plugin-vcdsrc.xml
deleted file mode 100644
index 13d0b6315..000000000
--- a/docs/plugins/inspect/plugin-vcdsrc.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<plugin>
- <name>vcdsrc</name>
- <description>Asynchronous read from VCD disk</description>
- <filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
- <basename>libgstvcdsrc.so</basename>
- <version>1.15.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins source release</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>vcdsrc</name>
- <longname>VCD Source</longname>
- <class>Source/File</class>
- <description>Asynchronous read from VCD disk</description>
- <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
- <pads>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>ANY</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file