Commit 4e9d2d2e authored by Laurent Aimar's avatar Laurent Aimar

Flush vout on release.

parent cc506211
...@@ -216,6 +216,7 @@ static vout_thread_t *RequestVout( input_ressource_t *p_ressource, ...@@ -216,6 +216,7 @@ static vout_thread_t *RequestVout( input_ressource_t *p_ressource,
else else
{ {
msg_Dbg( p_ressource->p_input, "saving a free vout" ); msg_Dbg( p_ressource->p_input, "saving a free vout" );
vout_Flush( p_vout, 1 );
p_ressource->p_vout_free = p_vout; p_ressource->p_vout_free = p_vout;
} }
return NULL; return NULL;
......
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