gstreamer/gst/hls
Youness Alaoui 690e59e497 hlsdemux: Keep a separate variable for the current variant used
By using a separate variable, first it allows us to sort the lists
of alternates but keep the pointer on the first occurence in the main
playlist (to respect the spec of starting with the bitrate specified
first in the main playlist). It also avoid playing with the lists variable
which should be used to store the list of playlists and not as a pointer
to the current one.
Also fixes a memleak with the g_list_foreach freeing the lists, if it wasn't
pointing to the first element of the list.
2011-08-22 15:46:41 +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: Keep a separate variable for the current variant used 2011-08-22 15:46:41 +02:00
gsthlsdemux.h hlsdemux: Send NEWSEGMENT events 2011-08-01 18:48:03 +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