]> git.sesse.net Git - vlc/commit
Added a ES_OUT_SET_META to es_out.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 19 Jul 2009 16:06:55 +0000 (18:06 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 19 Jul 2009 16:06:55 +0000 (18:06 +0200)
commitae780fe9874757c9c06c443e04ce613d875ab5ca
treeaa1f6732ed137989f1fb4831c61a643918c80a97
parenta86267a44531de3182a4cedde4d3064562387d37
Added a ES_OUT_SET_META to es_out.

 It will allows to control the moment at which the meta are updated
to fix the delay introduced by timeshift and buffering.
 It will also simplify the way meta data are read by demuxers.
include/vlc_es_out.h
src/input/es_out.c
src/input/es_out_timeshift.c
src/input/input.c