[vlc-commits] test: media: don't detect slaves when testing parsing
Thomas Guillem
git at videolan.org
Mon Nov 6 15:54:42 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Nov 6 12:14:35 2017 +0100| [779354ca8b587fbc6aef7905d8ca077dcba1b80a] | committer: Thomas Guillem
test: media: don't detect slaves when testing parsing
There is a slave test for that.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=779354ca8b587fbc6aef7905d8ca077dcba1b80a
---
test/libvlc/media.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/libvlc/media.c b/test/libvlc/media.c
index c51cf886ec..eef9ece051 100644
--- a/test/libvlc/media.c
+++ b/test/libvlc/media.c
@@ -233,6 +233,7 @@ static void test_media_subitems_media(libvlc_media_t *media, bool play,
bool b_items_expected)
{
libvlc_media_add_option(media, ":ignore-filetypes= ");
+ libvlc_media_add_option(media, ":no-sub-autodetect-file");
bool subitems_found[TEST_SUBITEMS_COUNT] = { 0 };
vlc_sem_t sem;
More information about the vlc-commits
mailing list