diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-06-12 18:47:21 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-06-12 18:48:39 +0100 |
commit | 748d9f69adaf84283fabd0cb64eba760f2152171 (patch) | |
tree | 84e16607d5a07f02140f393d787903291c6f7698 /docs | |
parent | 5ae01f10fd0632f217360fe1986e8da4f7d3d6b4 (diff) | |
download | gstreamer-plugins-bad-748d9f69adaf84283fabd0cb64eba760f2152171.tar.gz |
divx: remove plugin that the world doesn't need any more
2002 called.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.signals | 7 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-divxdec.xml | 34 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-divxenc.xml | 34 |
3 files changed, 0 insertions, 75 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index ec36e8bd0..1696f2a21 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -41,13 +41,6 @@ gint64 arg3 </SIGNAL> <SIGNAL> -<NAME>GstDivxEnc::frame-encoded</NAME> -<RETURNS>void</RETURNS> -<FLAGS>l</FLAGS> -GstDivxEnc *gstdivxenc -</SIGNAL> - -<SIGNAL> <NAME>GstDCCPClientSrc::connected</NAME> <RETURNS>void</RETURNS> <FLAGS>f</FLAGS> diff --git a/docs/plugins/inspect/plugin-divxdec.xml b/docs/plugins/inspect/plugin-divxdec.xml deleted file mode 100644 index d4aa087fe..000000000 --- a/docs/plugins/inspect/plugin-divxdec.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>divxdec</name> - <description>DivX decoder</description> - <filename>../../ext/divx/.libs/libgstdivxdec.so</filename> - <basename>libgstdivxdec.so</basename> - <version>5.03</version> - <license>unknown</license> - <source>gst-plugins-bad</source> - <package>divx4linux</package> - <origin>http://www.divx.com/</origin> - <elements> - <element> - <name>divxdec</name> - <longname>Divx4linux video decoder</longname> - <class>Codec/Decoder/Video</class> - <description>Divx decoder based on divxdecore</description> - <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-divx, divxversion=(int)[ 3, 5 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-divxenc.xml b/docs/plugins/inspect/plugin-divxenc.xml deleted file mode 100644 index 839fd1b83..000000000 --- a/docs/plugins/inspect/plugin-divxenc.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>divxenc</name> - <description>DivX encoder</description> - <filename>../../ext/divx/.libs/libgstdivxenc.so</filename> - <basename>libgstdivxenc.so</basename> - <version>5.03</version> - <license>unknown</license> - <source>gst-plugins-bad</source> - <package>divx4linux</package> - <origin>http://www.divx.com/</origin> - <elements> - <element> - <name>divxenc</name> - <longname>Divx4linux video encoder</longname> - <class>Codec/Encoder/Video</class> - <description>Divx encoder based on divxencore</description> - <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, YV12, YVYU, UYVY }, 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-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |