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
55 lines
2.0 KiB
XML
55 lines
2.0 KiB
XML
<plugin>
|
|
<name>jpegformat</name>
|
|
<description>JPEG interchange format plugin</description>
|
|
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
|
<basename>libgstjpegformat.so</basename>
|
|
<version>0.10.22</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>jifmux</name>
|
|
<longname>JPEG stream muxer</longname>
|
|
<class>Video/Muxer</class>
|
|
<description>Remuxes JPEG images with markers and tags</description>
|
|
<author>Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>image/jpeg</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>image/jpeg</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
<element>
|
|
<name>jpegparse</name>
|
|
<longname>JPEG stream parser</longname>
|
|
<class>Video/Parser</class>
|
|
<description>Parse JPEG images into single-frame buffers</description>
|
|
<author>Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be></author>
|
|
<pads>
|
|
<caps>
|
|
<name>sink</name>
|
|
<direction>sink</direction>
|
|
<presence>always</presence>
|
|
<details>image/jpeg, parsed=(boolean)false</details>
|
|
</caps>
|
|
<caps>
|
|
<name>src</name>
|
|
<direction>source</direction>
|
|
<presence>always</presence>
|
|
<details>image/jpeg, format=(fourcc){ I420, Y41B, UYVY, YV12 }, width=(int)[ 0, 2147483647 ], height=(int)[ 0, 2147483647 ], interlaced=(boolean){ true, false }, framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true</details>
|
|
</caps>
|
|
</pads>
|
|
</element>
|
|
</elements>
|
|
</plugin> |