]> git.sesse.net Git - vlc/commit
stream: Do not yield and then release. It is unuseful here.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 00:02:46 +0000 (01:02 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 29 Mar 2008 01:23:00 +0000 (02:23 +0100)
commit9d2636c560417a5fdfc0081983efdd996428cd9c
tree61646855cf44a3d44502cab3259885b3f0ec8f78
parent50db778e449c617dae134c4421cda1e4b9a36944
stream: Do not yield and then release. It is unuseful here.

Because there is no proper convention, there is no reason why the object couldn't be detached. We would need to vlc_object_find the input to be sure there is no problem. Let's assume for now that the input creates the access and is responsible for it.
src/input/stream.c