Changeset aaa0b5f0d55731b58d719d88902671f7861eb0f5
- Timestamp:
- 06/07/08 23:25:36
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215379536 +0200
- git-parent:
[2e82eb0d1f6459df576be5a2e4f6c204afcbc8e9]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215379536 +0200
- Message:
macosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8dbce44 |
raaa0b5f |
|
| 996 | 996 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, NULL, p_item ); |
|---|
| 997 | 997 | } |
|---|
| 998 | | else |
|---|
| 999 | | { |
|---|
| 1000 | | playlist_item_t *p_item; |
|---|
| 1001 | | p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); |
|---|
| 1002 | | playlist_Control( p_playlist, PLAYLIST_SKIP, true, p_item ); |
|---|
| 1003 | | } |
|---|
| 1004 | 998 | vlc_gc_decref( p_input ); |
|---|
| 1005 | 999 | } |
|---|
| … | … | |
| 1039 | 1033 | p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); |
|---|
| 1040 | 1034 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, NULL, p_item ); |
|---|
| 1041 | | } |
|---|
| 1042 | | else |
|---|
| 1043 | | { |
|---|
| 1044 | | playlist_item_t *p_item; |
|---|
| 1045 | | p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); |
|---|
| 1046 | | playlist_Control( p_playlist, PLAYLIST_SKIP, true, p_item ); |
|---|
| 1047 | 1035 | } |
|---|
| 1048 | 1036 | vlc_gc_decref( p_input ); |
|---|