Commit e51f0436 authored by Antoine Cellerier's avatar Antoine Cellerier

Print an error when trying to add more than one ES to the bridge-out module.

parent d2348d98
......@@ -254,6 +254,7 @@ static sout_stream_id_t * AddOut( sout_stream_t *p_stream, es_format_t *p_fmt )
if ( p_sys->b_inited )
{
msg_Err( p_stream, "bridge-out can only handle 1 es at a time." );
return NULL;
}
p_sys->b_inited = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment