gstreamer/ext/hls
Thiago Santos aea14053d1 hlsdemux: Always flush the internal proxy pads before downloading
hlsdemux can't rely on the source to push flushes on a seek on ready
as that might not make sense. So always resort to flushing the
internal proxy pads by pushing flush events from the source's src pad.

Also as the seeking is not required anymore, only seek if there is
really a byte range to be used. And store a ref to the source's
src pad to avoid doing get_static_pad for every fragment.
2014-05-01 16:18:16 +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: Always flush the internal proxy pads before downloading 2014-05-01 16:18:16 +02: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: restore NULL test mistakenly removed 2014-04-08 17:10:27 +01:00
m3u8.h hlsdemux: Implement trick modes via I-frame variant lists 2014-03-29 10:33:45 +01:00
Makefile.am hlsdemux: Prefer to use nettle for decryption but fall-back to libgcrypt 2014-02-09 18:52:24 +01:00