stream: replace input_thread_t by input_item_t
commit6b96ade7dd97acb49303a0a9da9b3d2056b808e0
authorThomas Guillem <thomas@gllm.fr>
Fri, 20 Jul 2018 15:20:55 +0000 (20 17:20 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 20 Jul 2018 15:23:03 +0000 (20 17:23 +0200)
tree2b4b4bfe97a1c4a6f97e30b95e30a2dab749d2b0
parentd9d0ed3aa8482c5c1f3b7677ec39cf4395be2a34
stream: replace input_thread_t by input_item_t

This will prevent all demuxers/access/streams to mess with the input_thread_t
state.
13 files changed:
include/vlc_stream.h
modules/access/http.c
modules/demux/directory.c
modules/demux/mp4/mp4.c
modules/demux/playlist/playlist.h
modules/services_discovery/sap.c
modules/stream_filter/record.c
modules/stream_out/chromecast/chromecast_demux.cpp
src/input/access.c
src/input/demux.c
src/input/stream.c
src/input/stream_extractor.c
src/input/stream_filter.c