Highlights: - hlsdemux: Add HTTP live streaming parser/demuxer element - new elements: h263parse, zebrastripe, patchdetect - scenechange: new scene change detection element - removed audioparsersbad plugin, it has been moved to -good - make opencv plugin work with OpenCV 2.2 - countless (still experimental) camerabin2 fixes and improvements - experimental VP8 RTP payloader/depayloader (RTP payloading not finalised yet) - curlsink: add libcurl-based sink element (acts as client, not server) - decklink: add decklink plugin - linsys: add plugin for Linear Systems SDI boards - sdi: add raw SDI muxing/demuxing elements - camerabin now relies on muxers to mux based on running time (ie. latest base/good/ugly releases) - many other fixes and improvements
40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<plugin>
|
|
<name>resindvd</name>
|
|
<description>Resin DVD playback elements</description>
|
|
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
|
<basename>libresindvd.so</basename>
|
|
<version>0.10.22</version>
|
|
<license>GPL</license>
|
|
<source>gst-plugins-bad</source>
|
|
<package>GStreamer</package>
|
|
<origin>http://gstreamer.net/</origin>
|
|
<elements>
|
|
<element>
|
|
<name>rsndvdbin</name>
|
|
<longname>rsndvdbin</longname>
|
|
<class>Generic/Bin/Player</class>
|
|
<description>DVD playback element</description>
|
|
<author>Jan Schmidt <thaytan@noraisin.net></author>
|
|
<pads>
|
|
<caps>
|
|
<name>audio</name>
|
|
<direction>source</direction>
|
|
<presence>sometimes</presence>
|
|
<details>audio/x-raw-int; audio/x-raw-float</details>
|
|
</caps>
|
|
<caps>
|
|
<name>subpicture</name>
|
|
<direction>source</direction>
|
|
<presence>sometimes</presence>
|
|
<details>video/x-dvd-subpicture</details>
|
|
</caps>
|
|
<caps>
|
|
<name>video</name>
|
|
<direction>source</direction>
|
|
<presence>sometimes</presence>
|
|
<details>video/x-raw-yuv</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |