gstreamer/gst/hls
Youness Alaoui 277a7d05b2 hlsdemux: If paused, do not cache fragments until out of memory error!
We should stop the update thread in PAUSED state and avoid fetching
new fragments when the queue is not empty. The queue should always be
empty since we push data into a queue. Also, in totem, if we seek and
pause the stream while it's buffering, then the state will stay playing
for some reason, so it's best not to continue fetching fragments forever.
2011-08-31 12:11:20 +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: If paused, do not cache fragments until out of memory error! 2011-08-31 12:11:20 +02:00
gsthlsdemux.h hlsdemux: Implement EVENT_SEEK 2011-08-23 09:19:59 +02:00
m3u8.c hlsdemux: Split playslist on \r\n not just \n 2011-08-30 16:16:07 +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