dash: split mpdparser, mpdclient and xmlhelper
authorStéphane Cerveau <scerveau@collabora.com>
Mon, 20 May 2019 16:48:23 +0000 (18:48 +0200)
committerStéphane Cerveau <scerveau@collabora.com>
Thu, 5 Dec 2019 09:06:37 +0000 (09:06 +0000)
commit86b251b7d10e4611e201becab8df6592d2120304
treeea60299f2d1578a779fe03df3d9daec1e896b400
parent4eac9d0ae64f1f3740369940566046ac2ca3c11c
dash: split mpdparser, mpdclient and xmlhelper

provide a separate namespace for mpd helper
for xml parsing and the real mpd parsing.
12 files changed:
ext/dash/gstdashdemux.c
ext/dash/gstdashdemux.h
ext/dash/gstmpdclient.c [new file with mode: 0644]
ext/dash/gstmpdclient.h [new file with mode: 0644]
ext/dash/gstmpdhelper.c [new file with mode: 0644]
ext/dash/gstmpdhelper.h [new file with mode: 0644]
ext/dash/gstmpdparser.c
ext/dash/gstmpdparser.h
ext/dash/gstxmlhelper.c [new file with mode: 0644]
ext/dash/gstxmlhelper.h [new file with mode: 0644]
ext/dash/meson.build
tests/check/elements/dash_mpd.c