]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: use vlc_clone() and vlc_join()
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 22 Feb 2011 13:38:45 +0000 (14:38 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 22 Feb 2011 13:38:45 +0000 (14:38 +0100)
commit1bb6f8e2ab52319df25f8dad667e7650f049645c
tree833d037f280c798a51071b35f90e97bd6ccf97d6
parent620564f127c1990da2b260ff2cf2089853dc8b45
stream_filter/httplive.c: use vlc_clone() and vlc_join()

- Use vlc_clone() and vlc_join() instead of now deprecated vlc_thread-* API.
- hls_Thread() remove cancellation point for now (will come back later).
modules/stream_filter/httplive.c