[vlc-devel] [PATCH 0/2] Subtitle Sync : fix audio and add tooltip

Pascal Thomet pthomet at gmail.com
Thu May 29 19:43:03 CEST 2014


I hereby propose two patches :
- One that correct an audio sync problem that arises when syncing subtitles under linux
  (a follow up to a patch I posted last year where I stepped onto this preexisting bug, but could not correct it)
- One that adds a tooltip for the subtitle sync hotkeys in the "track synchronization window"
  (also a follow up)  

Pascal Thomet (2):
  Subtitle delay : fixed sync problem that cause audio to stop
  Added tooltips that explain the subtitle sync hotkeys.     (WARNING :
    I could not test it under OSX...)

 include/vlc_input.h                            |   2 -
 modules/control/hotkeys.c                      |  10 ---
 modules/demux/subtitle.c                       | 109 +++++++++++++++++++------
 modules/gui/macosx/TrackSynchronization.m      |  14 +++-
 modules/gui/macosx/intf.m                      |   1 -
 modules/gui/qt4/components/extended_panels.cpp |  14 +++-
 modules/gui/qt4/input_manager.cpp              |   1 -
 src/input/event.c                              |  10 ---
 src/input/event.h                              |   1 -
 src/input/input.c                              |  10 +--
 src/input/input_internal.h                     |   1 -
 src/input/var.c                                |   4 -
 12 files changed, 111 insertions(+), 66 deletions(-)

-- 
1.9.1




More information about the vlc-devel mailing list