[vlc-devel] commit: libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player . (Pierre d'Herbemont )

Tanguy Krotoff tkrotoff at gmail.com
Sun Mar 30 20:44:24 CEST 2008


There are still all the events from libvlc_events.h to update
Stuffs like:
libvlc_MediaInstancePlayed
and
libvlc_MediaDescriptorMetaChanged

Also I noticed that function:
libvlc_media_list_media()
would be better named:
libvlc_media_list_get_media()

since there is a libvlc_medial_list_set_media()

On Sun, Mar 30, 2008 at 4:04 AM, git version control <git at videolan.org> wrote:
> vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Mar 30 03:59:32 2008 +0200| [bf1292e44390c6469483cea3817d6c2a3dbd811c]
>
>  libvlc: rename libvlc_media_descriptor to libvlc_media and libvlc_media_instance to libvlc_media_player.
>
>  > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf1292e44390c6469483cea3817d6c2a3dbd811c
>  ---
>
>   bindings/cil/src/libvlc.cs                         |    4 +-
>   .../java/org/videolan/jvlc/MediaDescriptor.java    |   12 +-
>   .../main/java/org/videolan/jvlc/MediaInstance.java |   34 ++--
>   .../src/main/java/org/videolan/jvlc/MediaList.java |    4 +-
>   .../java/org/videolan/jvlc/MediaListPlayer.java    |    2 +-
>   .../src/main/java/org/videolan/jvlc/Playlist.java  |    2 +-
>   .../videolan/jvlc/event/MediaInstanceCallback.java |    8 +-
>   .../java/org/videolan/jvlc/internal/LibVlc.java    |  108 ++++++------
>   .../org/videolan/jvlc/internal/LibVlcImpl.java     |    8 +-
>   .../jvlc/internal/LibVlcMediaInstanceTest.java     |   50 +++---
>   .../jvlc/internal/MediaDescriptorTest.java         |    6 +-
>   .../jvlc/internal/MediaListPlayerTest.java         |   36 ++--
>   .../org/videolan/jvlc/internal/MediaListTest.java  |   28 ++--
>   bindings/python/vlc_input.c                        |   58 ++++----
>   bindings/python/vlc_instance.c                     |   20 ++--
>   bindings/python/vlc_mediadescriptor.c              |   28 ++--
>   bindings/python/vlcglue.h                          |    4 +-
>   include/vlc/deprecated.h                           |    2 +-
>   include/vlc/libvlc.h                               |  160 +++++++++---------
>   include/vlc/libvlc_events.h                        |   40 +++---
>   include/vlc/libvlc_media_list.h                    |   36 ++--
>   include/vlc/libvlc_structures.h                    |   12 +-
>   include/vlc/libvlc_vlm.h                           |    2 +-
>   projects/activex/plugin.cpp                        |    6 +-
>   projects/activex/vlccontrol2.cpp                   |  128 ++++++++--------
>   projects/macosx/framework/Sources/VLCMedia.m       |   44 +++---
>   projects/macosx/framework/Sources/VLCMediaList.m   |    6 +-
>   .../macosx/framework/Sources/VLCMediaListAspect.m  |    6 +-
>   projects/macosx/framework/Sources/VLCMediaPlayer.m |   52 +++---
>   projects/mozilla/control/npolibvlc.cpp             |  114 +++++++-------
>   projects/mozilla/control/npovlc.cpp                |   32 ++--
>   projects/mozilla/vlcplugin.cpp                     |    8 +-
>   projects/mozilla/vlcshell.cpp                      |   30 ++--
>   src/Makefile.am                                    |    4 +-
>   src/control/audio.c                                |    6 +-
>   src/control/flat_media_list_view.c                 |   18 +-
>   src/control/hierarchical_media_list_view.c         |   16 +-
>   src/control/hierarchical_node_media_list_view.c    |   42 +++---
>   src/control/libvlc_internal.h                      |   44 +++---
>   src/control/{media_descriptor.c => media.c}        |  104 ++++++------
>   src/control/media_discoverer.c                     |   18 +-
>   src/control/media_library.c                        |    2 +-
>   src/control/media_list.c                           |   84 +++++-----
>   src/control/media_list_path.h                      |   30 ++--
>   src/control/media_list_player.c                    |   90 +++++-----
>   src/control/media_list_view.c                      |   48 +++---
>   src/control/{media_instance.c => media_player.c}   |  170 ++++++++++----------
>   src/control/mediacontrol_audio_video.c             |   28 ++--
>   src/control/mediacontrol_core.c                    |   20 ++--
>   src/control/playlist.c                             |    6 +-
>   src/control/testapi.c                              |   58 ++++----
>   src/control/video.c                                |   54 +++---
>   52 files changed, 966 insertions(+), 966 deletions(-)
>
>  Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=bf1292e44390c6469483cea3817d6c2a3dbd811c
>  _______________________________________________
>  vlc-devel mailing list
>  To unsubscribe or modify your subscription options:
>  http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Tanguy Krotoff <tkrotoff at gmail.com>
+33 6 68 42 70 24



More information about the vlc-devel mailing list