hlsdemux: Add HTTP live streaming demuxer element
authorAndoni Morales Alastruey <amorales@flumotion.com>
Mon, 14 Feb 2011 17:51:32 +0000 (18:51 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 30 Mar 2011 07:19:20 +0000 (09:19 +0200)
commit9aff2de6253419909226416133f24bd05abcf12d
tree9dcd2eb00540c64ce4b3648f9b302edc21590235
parentdfe64965d79a09c5c65f3a47a2c5673b6cf825f3
hlsdemux: Add HTTP live streaming demuxer element

Based on previous work by Marc-André Lureau
configure.ac
gst/hls/Makefile.am [new file with mode: 0644]
gst/hls/gstfragmented.h [new file with mode: 0644]
gst/hls/gstfragmentedplugin.c [new file with mode: 0644]
gst/hls/gsthlsdemux.c [new file with mode: 0644]
gst/hls/gsthlsdemux.h [new file with mode: 0644]
gst/hls/m3u8.c [new file with mode: 0644]
gst/hls/m3u8.h [new file with mode: 0644]