gstreamer/ext/hls
Sebastian Dröge 951bb53057 hls: Remove invalid free
data does not have to be freed at all here, it's a pointer to
an arbitrary position inside the current line. Also don't reuse
the data variable for anything else, that will cause crashes
in playlists that have the I-frame playlist URI followed by
other attributes.

CID 1212127
2014-05-09 15:30:00 +02:00
..
gstfragmented.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gstfragmentedplugin.c Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gsthlsdemux.c hlsdemux: fix internal source event leaks 2014-05-06 19:24:55 -03:00
gsthlsdemux.h hlsdemux: Always flush the internal proxy pads before downloading 2014-05-01 16:18:16 +02:00
gsthlssink.c hlssink: catch failure to write playlist file 2014-04-09 18:44:38 +01:00
gsthlssink.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gstm3u8playlist.c hlssink: Use floats for the EXTINF duration values 2013-09-28 13:20:08 +02:00
gstm3u8playlist.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
m3u8.c hls: Remove invalid free 2014-05-09 15:30:00 +02:00
m3u8.h hls: Store allowcache playlist field in a boolean 2014-05-05 09:41:51 +02:00
Makefile.am hlsdemux: Prefer to use nettle for decryption but fall-back to libgcrypt 2014-02-09 18:52:24 +01:00