hlsdemux: Add unit test for parsing of M3U8 playlists
authorSebastian Dröge <sebastian@centricular.com>
Thu, 4 Sep 2014 14:50:16 +0000 (17:50 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 4 Sep 2014 14:51:21 +0000 (17:51 +0300)
commit96c273f18a6496def958a1ba241bfc1053da0e17
treedcafcada6319d13545df37209f509987b243a748
parent46b0310acd5ee5292d559b7931ad623965baba73
hlsdemux: Add unit test for parsing of M3U8 playlists

Ported from https://github.com/ylatuya/gst-plugins-bad

This still has some unit tests for alternative renditions and
seeking, which are commented out for the time being until we
support them properly.
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/hlsdemux_m3u8.c [new file with mode: 0644]