[vlc-devel] commit: Set BUFFERING_S state also when an access_demux module is used. ( Jean-Paul Saman )
git version control
git at videolan.org
Tue Dec 9 20:48:39 CET 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Mon Dec 8 21:48:27 2008 +0100| [6a91ffd10d440111d814fd561a877ee0163552f1] | committer: Jean-Paul Saman
Set BUFFERING_S state also when an access_demux module is used.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a91ffd10d440111d814fd561a877ee0163552f1
---
src/input/input.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 18ebcda..9402dcf 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -2053,6 +2053,7 @@ static int InputSourceInit( input_thread_t *p_input,
/* Try access_demux if no demux given */
if( *psz_demux == '\0' )
{
+ input_ChangeState( p_input, BUFFERING_S );
in->p_demux = demux2_New( p_input, psz_access, psz_demux, psz_path,
NULL, p_input->p_es_out, VLC_FALSE );
}
More information about the vlc-devel
mailing list