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 | |
parent | fac4ed18d45c455e3971b1eb6d09246c7eafe00f (diff) |
hls: rename plugin from fragmented to hls
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/inspect/plugin-hls.xml (renamed from docs/plugins/inspect/plugin-fragmented.xml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plugins/inspect/plugin-fragmented.xml b/docs/plugins/inspect/plugin-hls.xml index e5e847a3f..acbb5f28d 100644 --- a/docs/plugins/inspect/plugin-fragmented.xml +++ b/docs/plugins/inspect/plugin-hls.xml @@ -1,13 +1,13 @@ <plugin> - <name>fragmented</name> - <description>Fragmented streaming plugins</description> - <filename>../../ext/hls/.libs/libgstfragmented.so</filename> - <basename>libgstfragmented.so</basename> + <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>http://www.gstreamer.org/</origin> + <origin>Unknown package origin</origin> <elements> <element> <name>hlsdemux</name> |