]> git.sesse.net Git - vlc/commit
playlist: add a input-current variable for being completely predictable
authorErwan Tulou <erwan10@videolan.org>
Thu, 10 Sep 2009 20:05:48 +0000 (22:05 +0200)
committerErwan Tulou <erwan10@videolan.org>
Fri, 18 Sep 2009 19:11:21 +0000 (21:11 +0200)
commitaf77f36724c16ac64702074d5bd9941c46f233b2
treec8e90f7fb3d9d12290581127fd0417a7d57e853c
parent873649193e6800a3e125ea1bfa8db41e73af9692
playlist: add a input-current variable for being completely predictable

this new variable will allow interfaces to get a chance to add callbacks on a new input _after_ variables are created and _before_ the input thread is started.

In previous design, callbacks were added haphazardly while the input thread was already being executed.
src/playlist/engine.c
src/playlist/thread.c