Rémi Denis-Courmont
7dcac68447
Move src/control/ to lib/
15 years ago
Pierre d'Herbemont
ba1fea8d5e
test: Alloc more time for media_list_player test.
16 years ago
Pierre d'Herbemont
ad3a300596
test: Simplify media_list_player test.
16 years ago
Rémi Duraffort
14083ca02b
libvlc_test: fix compilation of "make checkall"
16 years ago
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.
16 years ago
Rémi Denis-Courmont
dd1e8bad85
LibVLC: remove exceptions infrastructure
16 years ago
Rémi Denis-Courmont
09020b63ba
LibVLC core: remove exceptions
16 years ago
Rémi Denis-Courmont
b7e0d3cc48
Remove some unused p_e parameters and propagate
16 years ago
Rémi Denis-Courmont
556953c4c2
libvlc_event_manager: remove exceptions
16 years ago
Rémi Denis-Courmont
2c57cb8088
libvlc media (list) player: remove a bunch of never raised exceptions
16 years ago
Rafaël Carré
af6a893aec
test_media_list_player: wait for playing to stop
16 years ago
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())
16 years ago
Pierre d'Herbemont
3bc815a2c8
test: Add two more missing media_list_player_stop().
17 years ago
Pierre d'Herbemont
c71466a120
test: Fix media_list_player test. (Make sure we stop before releasing).
17 years ago
Pierre d'Herbemont
9e91be6456
test: Remove trailing spaces in media_list_player.c.
17 years ago
Rémi Denis-Courmont
1e399ae27e
Update test cases
17 years ago
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>
17 years ago
Pierre d'Herbemont
53f6d53411
test: Expanded and passing media_list_player queue item tests.
17 years ago
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.
17 years ago
Pierre d'Herbemont
cb2a5b49fd
test: Use vlc's msleep. Only portable and working implementation we have.
Pointed by Remi.
17 years ago
Pierre d'Herbemont
c073ccebee
test: Spend less time in the media_list_player test.
17 years ago
Rémi Denis-Courmont
4dcbe55727
Play more than one media to improve coverage a bit
(cherry picked from commit c01710dd232695150ce10e7b1a8112781eacdd54)
17 years ago
Pierre d'Herbemont
839552a523
libvlc: Fix media_list_player's test by using asynchronous event handler on media.
17 years ago
Pierre d'Herbemont
f5a9539f55
test: Add a test for media_player_next().
Doesn't work because variables callback can't be removed from their own callbacks.
Some work will be required here.
17 years ago
Pierre d'Herbemont
6676622d00
test: Fix log issued in test_media_list_player_play_item_at_index.
17 years ago
Filippo Carone
025d0a239f
failing test for libvlc_media_list_player added
18 years ago
Pierre d'Herbemont
6d6185f24f
test: Get rid of the sleep() that crept in our test code.
18 years ago
Pierre d'Herbemont
01a95e7638
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
18 years ago