[vlc-devel] [PATCH 0/6] bluray: Handle stream selection

Hugo Beauzée-Luyssen beauze.h at gmail.com
Thu Mar 8 16:08:29 CET 2012


These patches are meant to allow stream selection.
Currently, if you select an audio stream using the bluray menus, nothing changes, as every stream is used.
This also solves some issues with bluray such as wall-e, which use multiple video stream, thus opening multiple vouts with the current implementation.

Hugo Beauzée-Luyssen (6):
  bluray: Add some ES manipulation bases.
  bluray: Store es_out_id_t internally to be able to filter the
    selected stream
  bluray: Implement BD_EVENT_PLAYITEM event
  bluray: Implement BD_EVENT_AUDIO_STREAM event
  bluray: Cosmetics.
  bluray: Filter video tracks to display the main one.

 modules/access/bluray.c |  191 +++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 186 insertions(+), 5 deletions(-)

-- 
1.7.9.3




More information about the vlc-devel mailing list