]> git.sesse.net Git - vlc/commit
Fix placeholder mode. UDP streaming now works.
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 13:49:03 +0000 (15:49 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 13:49:03 +0000 (15:49 +0200)
commit09cffd8327bd7a6b6809f14e999df7732b2a875a
tree9b15af9b5a7a18965f82f7d89a61a3ad9333ef01
parentdfa6af95dd38071980576b6ab24c1027b6729bf5
Fix placeholder mode. UDP streaming now works.

Make sure that we don't add the briged elementary streams to the next
stream output chain element when in placeholder mode. Maybe I should
split normal bridge-in and placeholder mode because the code is
begining to be filled with quite a few if( p_sys->b_placeholder ).
modules/stream_out/bridge.c