Tim-Philipp Müller
cec0ef105f
hls: m3u8playlist: more clean-ups
...
Remove unused functions; move GstM3U8 struct into .c file,
and indent the header so it's nice to read.
2015-09-30 00:43:26 +01:00
Tim-Philipp Müller
54e1753da4
hls: m3u8playlist: simplify gst_m3u8_playlist_render()
...
Remove playlist_str GString variable from GstM3U8Playlist struct,
since it's only used temporarily in playlist_render(). Might just
as well keep it local then.
2015-09-30 00:43:26 +01:00
Tim-Philipp Müller
019cdea1bd
hls: remove unused macro and direct gio usage
2015-09-30 00:43:26 +01:00
Thiago Santos
6ec5904d46
hlssink: remove unused attribute
...
the GFile attribute is never used
2015-02-17 11:12:41 -03:00
Alessandro Decina
d2d6798087
Make the hls plugin depend on gnutls and move to ext/hls/
...
gnutls is used to implement AES decryption
2013-03-19 10:54:18 +01:00