]> git.sesse.net Git - vlc/commit
playlist: create input resource structure at activation time
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 31 Oct 2012 20:53:06 +0000 (22:53 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 31 Oct 2012 20:53:06 +0000 (22:53 +0200)
commita940e18df84903f9c6c519ff0ac79d8f416c15db
tree9b24cff8fd2aa9de6b2f939bebbab9020574ad15
parent62f9f6e8f2f09421227f13cc5e04ed077a9a5223
playlist: create input resource structure at activation time

If the playlist is activated, then input resources are almost certainly
going to be used. This is a bit simpler.
src/playlist/engine.c
src/playlist/thread.c