]> git.sesse.net Git - vlc/commit
Added a new option, play-and-pause. When this option is set, the input thread is...
authorElliot Murphy <elliot@elliotmurphy.com>
Tue, 28 Jul 2009 02:12:55 +0000 (22:12 -0400)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 14 Sep 2009 15:16:45 +0000 (18:16 +0300)
commitd2054d2cd7ad8f335251073a3efd4831ed507356
tree81bdbc4d1d19c47faa59f9a6dfb67ecb330b2fda
parentcef84e5f1627eff9534e5498dcb927f8eb416f0f
Added a new option, play-and-pause. When this option is set, the input thread is automatically paused when each item reaches the end of the file.

This option is intended to make it easier to use VLC during live
productions featuring instructors and speakers working
with American Sign Language (ASL), or really any Sign Language, where
it is common for a lecturer to refer to video clips during a
presentation. The automatic pausing provides a smooth pause for the
video operator to switch the projection system back to the camera
with the live speaker once a clip has finished playing.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
src/input/input.c
src/libvlc-module.c