gstreamer/ext/hls
George Kiagiadakis f4546b64ea hlsdemux: synchronize with the download loop thread to signal it to continue
If EOS or ERROR happens before the download loop thread has reached its
g_cond_wait() call, then the g_cond_signal doesn't have any effect and
the download loop thread stucks later.

https://bugzilla.gnome.org/show_bug.cgi?id=735663
2014-09-18 13:38:27 -03: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: synchronize with the download loop thread to signal it to continue 2014-09-18 13:38:27 -03:00
gsthlsdemux.h hlsdemux: synchronize with the download loop thread to signal it to continue 2014-09-18 13:38:27 -03:00
gsthlssink.c hlssink: do not leak playlist object 2014-05-13 16:29:46 -03: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 hlsdemux: Properly assign offsets to the files if we accumulate them instead of reading from the playlist 2014-09-04 17:49:23 +03:00
m3u8.h hlsdemux: Don't store the current key in the playlist 2014-06-06 13:08:04 +03:00
Makefile.am hlsdemux: Support OpenSSL for AES decryption of HLS fragments 2014-08-28 10:34:55 +03:00