From 98ae0af69a0e10d5fe88414617d47ddd7eab1147 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Wed, 9 Feb 2005 20:03:18 +0000 Subject: Finally commit the plugin loader improvements. see my last mail about this stuff: http://thread.gmane.org/gmane.comp.video.xine.devel/12547 and this thread: http://thread.gmane.org/gmane.comp.video.xine.devel/11213 CVS patchset: 7395 CVS date: 2005/02/09 20:03:18 --- include/xine.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 098ab59a6..44a6b6969 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.138 2005/02/02 23:11:40 dsalt Exp $ + * $Id: xine.h.in,v 1.139 2005/02/09 20:03:18 tmattern Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1027,6 +1027,8 @@ const char *const *xine_list_spu_plugins(xine_t *self); const char *const *xine_list_audio_decoder_plugins(xine_t *self); const char *const *xine_list_video_decoder_plugins(xine_t *self); +/* unload unused plugins */ +void xine_plugins_garbage_collector(xine_t *self); /********************************************************************* * visual specific gui <-> xine engine communication * -- cgit v1.2.3