gstreamer/gst/hls
Youness Alaoui 3054355dc1 hlsdemux: We do not need to set the current playlist to the main one
When caching fragments, if we set the current playlist to main, then
it will always think it's a live stream (no endlist in it) so it will
force the redownload of the main playlist after every seek, which is
unnecessary. Also, it causes a race condition where a seek migh happen
during that redownload, and we'll think we're trying to seek a live pipeline.
2011-08-30 16:14:30 +02:00
..
gstfragmented.h hlsdemux: Add HTTP live streaming demuxer element 2011-03-30 09:19:20 +02:00
gstfragmentedplugin.c hlsdemux: Add HTTP live streaming demuxer element 2011-03-30 09:19:20 +02:00
gsthlsdemux.c hlsdemux: We do not need to set the current playlist to the main one 2011-08-30 16:14:30 +02:00
gsthlsdemux.h hlsdemux: Implement EVENT_SEEK 2011-08-23 09:19:59 +02:00
m3u8.c hlsdemux: Keep a separate variable for the current variant used 2011-08-22 15:46:41 +02:00
m3u8.h hlsdemux: Keep a separate variable for the current variant used 2011-08-22 15:46:41 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:27:11 +02:00