[vlc-devel] commit: testapi: Remove the sleep() hack. (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Mar 30 01:36:37 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Mar 30 01:34:35 2008 +0100| [3eadc7974756eb7c8916462ec050ae44e1068387]
testapi: Remove the sleep() hack.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3eadc7974756eb7c8916462ec050ae44e1068387
---
src/control/testapi.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/control/testapi.c b/src/control/testapi.c
index 8149f5b..2bf5682 100644
--- a/src/control/testapi.c
+++ b/src/control/testapi.c
@@ -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 ();
More information about the vlc-devel
mailing list