[vlc-commits] test: media_discoverer: don't run discoverers
Thomas Guillem
git at videolan.org
Tue Jun 14 10:08:23 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jun 14 10:03:43 2016 +0200| [010549a38f829076c846aa2c74c05f10c864f1e8] | committer: Thomas Guillem
test: media_discoverer: don't run discoverers
Since service discoveries depends on data of the user.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=010549a38f829076c846aa2c74c05f10c864f1e8
---
test/libvlc/media_discoverer.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/libvlc/media_discoverer.c b/test/libvlc/media_discoverer.c
index 09c20bd..2652c94 100644
--- a/test/libvlc/media_discoverer.c
+++ b/test/libvlc/media_discoverer.c
@@ -137,6 +137,7 @@ main(int i_argc, char *ppsz_argv[])
log("= discoverer: name: '%s', longname: '%s' =\n",
p_service->psz_name, p_service->psz_longname);
+#if 0
if (!strncasecmp(p_service->psz_name, "podcast", 7)
|| i_cat == libvlc_media_discoverer_lan)
{
@@ -144,6 +145,7 @@ main(int i_argc, char *ppsz_argv[])
continue;
}
test_discoverer(p_vlc, p_service->psz_name, false);
+#endif
}
libvlc_media_discoverer_list_release(pp_services, i_count);
}
More information about the vlc-commits
mailing list