]> git.sesse.net Git - vlc/commit
fix for libvlc_get_input_thread: check for null before locking. fixes #1522
authorFilippo Carone <littlejohn@videolan.org>
Sun, 16 Mar 2008 18:59:47 +0000 (19:59 +0100)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 16 Mar 2008 18:59:47 +0000 (19:59 +0100)
commit10b3d6f1a239ec17c16cdfca13b4f98051591f34
treef31e560548d7897ac1c1417ea3023e90d44b9499
parentc6fabd0fc5bf92148dc90938bb66c0553e186f06
fix for libvlc_get_input_thread: check for null before locking. fixes #1522
bindings/java/core/src/test/java/org/videolan/jvlc/internal/MediaListPlayerTest.java
src/control/media_instance.c