summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-05-12 23:51:32 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-05-12 23:51:32 +0100
commit0c1f05924508e05f95aab6f922e60f1bda538bf9 (patch)
tree94bbc1ebddb410a1d8d29d7a2d65cdbfe9c66c4d /docs/plugins/inspect
parent020c93b973a7e601a8f9ac1a0fad808074e130c8 (diff)
downloadgstreamer-plugins-bad-0c1f05924508e05f95aab6f922e60f1bda538bf9.tar.gz
dirac: remove old dirac-research library based codec
It's not developed any more and replaced by the libschroedinger-based elements in gst-plugins-good. (The libschroedinger 1.0.9 release notes state "This is an exciting release: most of the encoding tools in dirac-research have been ported over to Schrödinger, so now schro has the same or better compression efficiency as dirac-research.")
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-dirac.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/plugins/inspect/plugin-dirac.xml b/docs/plugins/inspect/plugin-dirac.xml
deleted file mode 100644
index 8918e7907..000000000
--- a/docs/plugins/inspect/plugin-dirac.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<plugin>
- <name>dirac</name>
- <description>Dirac plugin</description>
- <filename>../../ext/dirac/.libs/libgstdirac.so</filename>
- <basename>libgstdirac.so</basename>
- <version>0.10.23.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins git</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>diracenc</name>
- <longname>Dirac Encoder</longname>
- <class>Codec/Encoder/Video</class>
- <description>Encode raw YUV video into Dirac stream</description>
- <author>David Schleef &lt;ds@schleef.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, 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>video/x-dirac; video/x-qt-part; video/x-mp4-part</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file