[vlc-devel] commit: Remove p_playlist from p_libvlc ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed May 7 21:25:51 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed May  7 22:26:56 2008 +0300| [82921f3c8dae23178b64089b22502bb8f528e7e6]

Remove p_playlist from p_libvlc

Plugins are already using pl_Yield to get the playlist, as they should.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82921f3c8dae23178b64089b22502bb8f528e7e6
---

 include/vlc_main.h              |    7 ++-----
 include/vlc_playlist.h          |    2 +-
 modules/gui/pda/pda_callbacks.c |    8 ++++----
 src/control/media.c             |    6 +++---
 src/control/playlist.c          |    2 +-
 src/input/input.c               |    9 +++++----
 src/libvlc-common.c             |   10 +++++-----
 src/libvlc.c                    |   29 +++++++++++++++--------------
 src/libvlc.h                    |    3 ++-
 src/misc/win32_specific.c       |    4 +---
 src/playlist/control.c          |    4 ++--
 src/playlist/engine.c           |    2 +-
 12 files changed, 42 insertions(+), 44 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=82921f3c8dae23178b64089b22502bb8f528e7e6



More information about the vlc-devel mailing list