diff options
author | phintuka <phintuka> | 2013-10-28 07:45:50 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-10-28 07:45:50 +0000 |
commit | 4695ad57e5754074f9bc8089a2c34cef8867d9e7 (patch) | |
tree | b037e270b382f40bb7e42afba39bcb04a2d09d1f | |
parent | 9da4aceadbf7d5b3ff8c90dcc3107cb8bede4f99 (diff) | |
download | xineliboutput-4695ad57e5754074f9bc8089a2c34cef8867d9e7.tar.gz xineliboutput-4695ad57e5754074f9bc8089a2c34cef8867d9e7.tar.bz2 |
Do not unload post plugins in fe_xine_close(). Fixes lost post processing when stream is reconnected.
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 1 insertions, 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); |