From 4695ad57e5754074f9bc8089a2c34cef8867d9e7 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 28 Oct 2013 07:45:50 +0000 Subject: Do not unload post plugins in fe_xine_close(). Fixes lost post processing when stream is reconnected. --- xine_frontend.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xine_frontend.c b/xine_frontend.c index f73db36e..1adf3290 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.126 2012-03-19 11:51:21 phintuka Exp $ + * $Id: xine_frontend.c,v 1.127 2013-10-28 07:45:50 phintuka Exp $ * */ @@ -1225,8 +1225,6 @@ static void fe_xine_close(frontend_t *this_gen) fe_xine_stop(this_gen); - fe_post_unload(this); - xine_close(this->stream); if(this->postplugins->pip_stream) xine_close(this->postplugins->pip_stream); -- cgit v1.2.3