From 2db8e8953fd3336d8a82c5f6e67392ac4e16fd24 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 1 Oct 2013 23:43:25 +0300 Subject: [PATCH] tests: media_liveleak: Add a multistream test Signed-off-by: Toni Gundogdu --- tests/media/media_liveleak.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/media/media_liveleak.c b/tests/media/media_liveleak.c index a6f4a55..259ffbc 100644 --- a/tests/media/media_liveleak.c +++ b/tests/media/media_liveleak.c @@ -30,6 +30,7 @@ static const gchar *URLs[] = { "http://www.liveleak.com/view?i=c72_1366852611", "http://www.liveleak.com/view?i=8d2_1367308416", /* Hosted by YouTube */ + "http://www.liveleak.com/view?i=edd_1380341149", /* >1 streams */ NULL }; @@ -37,6 +38,7 @@ static const gchar *TITLEs[] = { "Otter jumps in car and refuses to leave", "How To Park A Porsche", + "JUNGLE HENDRIX", NULL }; @@ -44,6 +46,7 @@ static const gchar *IDs[] = { "c72_1366852611", "6NPkvWnabK4", + "edd_1380341149", NULL }; -- 2.11.4.GIT