[vlc-devel] commit: test: Add two more missing media_list_player_stop(). (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Jan 7 14:50:14 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Jan 7 14:49:41 2010 +0100| [3bc815a2c8746372e553827d08fa9a78560f022e] | committer: Pierre d'Herbemont
test: Add two more missing media_list_player_stop().
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bc815a2c8746372e553827d08fa9a78560f022e
---
test/libvlc/media_list_player.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c
index cfb3656..3f625f6 100644
--- a/test/libvlc/media_list_player.c
+++ b/test/libvlc/media_list_player.c
@@ -291,6 +291,9 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_next (mlp, &ex);
catch ();
+ libvlc_media_list_player_stop (mlp, &ex);
+ catch ();
+
libvlc_media_list_player_release (mlp);
catch ();
@@ -549,6 +552,9 @@ static void test_media_list_player_playback_options (const char** argv, int argc
msleep(500000);
+ libvlc_media_list_player_stop (mlp, &ex);
+ catch ();
+
libvlc_media_list_player_release (mlp);
catch ();
More information about the vlc-devel
mailing list