diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-11-01 13:21:45 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-12-01 17:51:34 +0000 |
commit | efe62292a3d045126654d93239fdf4cc8e48ae08 (patch) | |
tree | 87eb42b0a6daa3e3c77e144c23cf98097926bf6e /docs/plugins/inspect/plugin-hls.xml | |
parent | fac4ed18d45c455e3971b1eb6d09246c7eafe00f (diff) |
hls: rename plugin from fragmented to hls
Diffstat (limited to 'docs/plugins/inspect/plugin-hls.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-hls.xml | 50 |
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 <marcandre.lureau@gmail.com> +Andoni Morales Alastruey <ylatuya@gmail.com></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 <alessandro.d@gmail.com></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 |