1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
Commit Graph

141 Commits

Author SHA1 Message Date
Jean-Paul Saman
88f536c0c0 test/libvlc: add libvlc_MediaPlayer* events for input states
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
2010-03-18 11:16:03 +01:00
Pierre d'Herbemont
16511fee7c test: Report when preparsed is working only when it works. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
ba1fea8d5e test: Alloc more time for media_list_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
ad3a300596 test: Simplify media_list_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
92bdd6e5d9 meta: Use libvlc_media_parse(). 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
1b1325c6d4 test: Simplify media_player test. 2010-02-25 23:47:03 +01:00
Pierre d'Herbemont
065f17b24b test: Pretend that our test suite is working where it is not.
And no the test is not broken. libvlc_media_get_tracks_info() is.
2010-02-25 21:37:57 +01:00
Pierre d'Herbemont
2dbdde0d0a Revert "Broken test case"
This reverts commit 9a2adcfde5.
2010-02-25 21:37:57 +01:00
Rémi Denis-Courmont
9a2adcfde5 Broken test case
Apparently, running make check when adding test cases is too difficult.
2010-02-24 18:08:01 +02:00
Pierre d'Herbemont
db1e6a133d test: Use image.jpg for testing tracks reading.
image.jpg is a very small 1x1 image.
2010-02-23 14:13:51 +01:00
Pierre d'Herbemont
8adbb2d7f9 libvlc: Don't refer to media_preparsing as we don't have media_parsing.
parsing is simpler.
2010-02-22 18:34:32 +01:00
Pierre d'Herbemont
8211292f1c libvlc: libvlc_media_get_es->libvlc_media_get_tracks_info. 2010-02-22 18:19:30 +01:00
Pierre d'Herbemont
ad91605615 test: Update libvlc_media test. 2010-02-22 18:19:30 +01:00
Pierre d'Herbemont
803bde05b8 Fix copyright.
Pointed by xtophe.
2010-02-22 12:14:22 +01:00
Pierre d'Herbemont
2fc112a1b4 libvlc: Test preparsing. 2010-02-22 12:02:49 +01:00
Rémi Denis-Courmont
e7ce21e424 Rudimentary test case for libvlc_event_type_name() 2010-02-20 14:31:42 +02:00
Rémi Duraffort
14083ca02b libvlc_test: fix compilation of "make checkall" 2010-02-19 11:39:10 +01:00
Rémi Denis-Courmont
7eccf3a2cf libvlc_media_new_path: create a media from a file path
Also rename libvlc_media_new to libvlc_media_new_location to remove
the ambiguity.
2010-02-18 19:56:15 +02:00
Pierre d'Herbemont
82c5d9de76 libvlc: Add a test for media_player_set_media(). 2010-02-18 15:49:25 +01:00
Rémi Denis-Courmont
1341c12935 Don't use random number as pointers.
This is not legal (even if it works on all platforms). Also, this fixes
a warning.
2010-02-14 11:55:50 +02:00
Rémi Duraffort
09d5f89c4f Fix test_libvlc meta compilation. 2010-02-08 22:25:38 +01:00
Rémi Denis-Courmont
dd1e8bad85 LibVLC: remove exceptions infrastructure 2010-02-06 20:35:26 +02:00
Rémi Denis-Courmont
6c2286c22b Remove some exceptions in media_list 2010-02-03 20:06:21 +02:00
Rémi Denis-Courmont
b0a1ac2e63 LibVLC media: remove exceptions 2010-02-02 23:45:02 +02:00
Rémi Denis-Courmont
09020b63ba LibVLC core: remove exceptions 2010-01-31 23:40:16 +02:00
Rémi Denis-Courmont
d34728306e LibVLC media player: remove exceptions 2010-01-31 19:52:07 +02:00
Rémi Denis-Courmont
17ac5f7bc0 Fix warning 2010-01-30 21:51:24 +02:00
Rémi Denis-Courmont
2201d192cb Take out list player test
It still fails pseudo-randomly.
2010-01-30 18:49:32 +02:00
Rémi Denis-Courmont
b7e0d3cc48 Remove some unused p_e parameters and propagate 2010-01-28 22:49:15 +02:00
Rémi Denis-Courmont
556953c4c2 libvlc_event_manager: remove exceptions 2010-01-25 19:37:26 +02:00
Rémi Denis-Courmont
e7dc693ef4 Remove some more unused exceptions 2010-01-24 11:55:39 +02:00
Rémi Denis-Courmont
3cf5207388 libvlc_event_detach: remove exception 2010-01-24 11:25:01 +02:00
Rémi Denis-Courmont
2c57cb8088 libvlc media (list) player: remove a bunch of never raised exceptions 2010-01-24 11:09:46 +02:00
Rafaël Carré
af6a893aec test_media_list_player: wait for playing to stop 2010-01-18 09:52:30 +01:00
Rafaël Carré
8f9b242ff4 media_list_player test: attempt at fixing test
Replace arbitrary sleep delays by active waiting of state change
Add state change wait where needed (after play()/next()/previous())
2010-01-18 09:09:11 +01:00
Rémi Denis-Courmont
e7ee6a9d86 Remove useless <fcntl.h> inclusions 2010-01-11 19:37:21 +02:00
Pierre d'Herbemont
3bc815a2c8 test: Add two more missing media_list_player_stop(). 2010-01-07 14:49:41 +01:00
Pierre d'Herbemont
c71466a120 test: Fix media_list_player test. (Make sure we stop before releasing). 2010-01-07 14:12:03 +01:00
Pierre d'Herbemont
9e91be6456 test: Remove trailing spaces in media_list_player.c. 2010-01-07 14:12:03 +01:00
Rémi Duraffort
3a676aa9e7 libvlc_test: fix compilation. 2009-11-13 19:55:32 +01:00
Rémi Denis-Courmont
1e399ae27e Update test cases 2009-10-05 22:06:14 +03:00
Rémi Denis-Courmont
9a2101cd70 Do not try to detach an already detached handler 2009-09-07 22:21:34 +03:00
Pierre Ynard
dc48da8412 test: remove dangling stuff 2009-08-29 01:12:28 +02:00
Niles Bindel
efb6269f3e Added ability to move to previous item in the media list player playlist. Added playback modes to allow for automatic looping and repeating of playlist items. Fixed a race condition with Pause and Play functions by adding appropriate locks to these functions. Added automated testing for previous item and playback options.
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
2009-08-28 16:50:16 +02:00
Pierre d'Herbemont
9d1f2cfbc7 libvlc: Remove unused function. 2009-08-24 17:53:59 +02:00
Pierre d'Herbemont
53f6d53411 test: Expanded and passing media_list_player queue item tests. 2009-08-24 17:36:00 +02:00
Pierre d'Herbemont
0646affc57 test: Remove an unused variable in variables.c. 2009-08-20 22:07:34 +02:00
Pierre d'Herbemont
df32b381d0 test: Remove unused variable. 2009-08-20 21:54:28 +02:00
Pierre d'Herbemont
141eb5a663 media_list_player: Make sure we'll correctly play next item, instead of setting the item but not playing it.
Add a test for correct item queuing as well.
2009-08-20 01:06:49 +02:00
Pierre d'Herbemont
406846492b Enable back media_list_player's tests.
This reverts "test: Disable test_media_list_player as it deadlocks."

This reverts commit 3403c42744.
2009-08-19 17:17:00 +02:00