]> git.sesse.net Git - vlc/commit
UPNP: Fix a tag name in MediaServer xml parsing
authorChris Clayton <chris2553@googlemail.com>
Sat, 17 Dec 2011 23:00:47 +0000 (23:00 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Dec 2011 01:46:34 +0000 (02:46 +0100)
commitca3f97a5111b897194134f11c78b4824ab87caba
treec18463be30be036299e3e55477a9276bac9f53c8
parente183a26d4346a5b05a276cde0fd97d33b8cfe72b
UPNP: Fix a tag name in MediaServer xml parsing

According to http://upnp.org/specs/av/UPnP-av-MediaServer-v1-Device.pdf, the tag name of the element
that provides the base URL for relative URLs is "URLBase". The same is true for a v2 MediaServer.
Make it so in MediaServer:: parseDeviceDescription().

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/services_discovery/upnp.cpp