summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-28 17:13:16 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-28 17:13:16 -0500
commitd01dc756827235d0caa6f6e067994cf117387708 (patch)
treed8b183e1d8e85a9fb6428f3a6524ebfc85c5fc93 /tests
parent3e416cad5dcdda95d94770dd2828574f50b04f11 (diff)
downloadfarstream-d01dc756827235d0caa6f6e067994cf117387708.tar.gz
Remove check for gst <0.13
Diffstat (limited to 'tests')
-rw-r--r--tests/check/transmitter/rawudp-upnp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/check/transmitter/rawudp-upnp.c b/tests/check/transmitter/rawudp-upnp.c
index a21c603c..4818cd28 100644
--- a/tests/check/transmitter/rawudp-upnp.c
+++ b/tests/check/transmitter/rawudp-upnp.c
@@ -137,12 +137,8 @@ start_upnp_server (void)
gupnp_context_host_path (context, upnp_xml_path, "");
-#ifdef HAVE_GUPNP_013
dev = gupnp_root_device_new (context, "InternetGatewayDevice.xml",
upnp_xml_path);
-#else
- dev = gupnp_root_device_new (context, "/InternetGatewayDevice.xml");
-#endif
ts_fail_if (dev == NULL, "could not get root dev");
subdev1 = gupnp_device_info_get_device (GUPNP_DEVICE_INFO (dev),