summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-hls.xml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-01 13:21:45 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-12-01 17:51:34 +0000
commitefe62292a3d045126654d93239fdf4cc8e48ae08 (patch)
tree87eb42b0a6daa3e3c77e144c23cf98097926bf6e /docs/plugins/inspect/plugin-hls.xml
parentfac4ed18d45c455e3971b1eb6d09246c7eafe00f (diff)
downloadgstreamer-plugins-bad-efe62292a3d045126654d93239fdf4cc8e48ae08.tar.gz
hls: rename plugin from fragmented to hls
Diffstat (limited to 'docs/plugins/inspect/plugin-hls.xml')
-rw-r--r--docs/plugins/inspect/plugin-hls.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/plugins/inspect/plugin-hls.xml b/docs/plugins/inspect/plugin-hls.xml
new file mode 100644
index 000000000..acbb5f28d
--- /dev/null
+++ b/docs/plugins/inspect/plugin-hls.xml
@@ -0,0 +1,50 @@
+<plugin>
+ <name>hls</name>
+ <description>HTTP Live Streaming (HLS)</description>
+ <filename>../../ext/hls/.libs/libgsthls.so</filename>
+ <basename>libgsthls.so</basename>
+ <version>1.7.0.1</version>
+ <license>LGPL</license>
+ <source>gst-plugins-bad</source>
+ <package>GStreamer Bad Plug-ins</package>
+ <origin>Unknown package origin</origin>
+ <elements>
+ <element>
+ <name>hlsdemux</name>
+ <longname>HLS Demuxer</longname>
+ <class>Codec/Demuxer/Adaptive</class>
+ <description>HTTP Live Streaming demuxer</description>
+ <author>Marc-Andre Lureau &lt;marcandre.lureau@gmail.com&gt;
+Andoni Morales Alastruey &lt;ylatuya@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>application/x-hls</details>
+ </caps>
+ <caps>
+ <name>src_%u</name>
+ <direction>source</direction>
+ <presence>sometimes</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
+ <name>hlssink</name>
+ <longname>HTTP Live Streaming sink</longname>
+ <class>Sink</class>
+ <description>HTTP Live Streaming sink</description>
+ <author>Alessandro Decina &lt;alessandro.d@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>ANY</details>
+ </caps>
+ </pads>
+ </element>
+ </elements>
+</plugin> \ No newline at end of file