[vlc-devel] [PATCH] Bug Fix in Subtitle Track Synchronization

Jean-Paul Saman jpsaman at gmail.com
Wed May 18 10:12:18 CEST 2011


On Tue, May 17, 2011 at 8:58 PM, Laurent Aimar <fenrir at elivagar.org> wrote:
>  I think it could be made better by simply changing the way input slaves are
> synchronized (when possible, otherwise the old way should be used). The way
> es_out SET_PCR is handled might need some changes (like creating a es_out
> per input slave), but I am not sure.

input-slave is very limited and starts showing issues when building
encoders using
capture cards. This use-case is usually combined with systems that are
just powerful enough
to capture audio and video with nothing to spare. Any inefficiency
will thus show up and running the input slave on
the video capture thread is one of them.

The input-slave system is an inefficiency that needs improvement IMHO.

A solution could be to give the input-slave its separate thread.

Gtz
Jean-Paul Saman.



More information about the vlc-devel mailing list