blob: 30671e1a5f036f9f78c0f38c1148f3abb5987a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<plugin>
<name>neon</name>
<description>lib neon http client src</description>
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
<basename>libgstneonhttpsrc.so</basename>
<version>0.10.3.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer</package>
<origin>http://gstreamer.net/</origin>
<elements>
<element>
<name>neonhttpsrc</name>
<longname>HTTP client source</longname>
<class>Source/Network</class>
<description>Receive data as a client over the network via HTTP using NEON</description>
<author>Edgard Lima <edgard.lima@indt.org.br></author>
</element>
</elements>
</plugin>
|