]> git.sesse.net Git - vlc/commit
stream_filter core: add procotol information to stream_t
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 13 Oct 2010 20:49:20 +0000 (22:49 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 2 Nov 2010 08:45:26 +0000 (09:45 +0100)
commit87a2d70001283537e8b2798bf43f657fbb4cf577
treef9ae9e778b0004af6319c9b8cf0a3407e62ce8de
parentbda0ca395c06650d7b1816a3c2177e2c8d23f0b8
stream_filter core: add procotol information to stream_t

In addition to p_access->psz_location also add p_access->psz_access to the contructed
stream_t *. It will allow a stream_filter to determine the protocol used in case it was
constructed with an access input.
include/vlc_stream.h
src/input/stream.c
src/input/stream_filter.c