]> git.sesse.net Git - vlc/commitdiff
testapi: Remove the sleep() hack.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sun, 30 Mar 2008 00:34:35 +0000 (01:34 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sun, 30 Mar 2008 00:34:35 +0000 (01:34 +0100)
src/control/testapi.c

index 8149f5b1c6159b19919e61fc99e868264df51e26..2bf56826e35eacd89c8ee639a3486cf8dfc77250 100644 (file)
@@ -256,7 +256,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
 
     libvlc_media_instance_stop (mi, &ex);
     catch ();
-    sleep(1);
 
     libvlc_media_instance_release (mi);
     catch ();