From db4a9292eb386fe91bbb4059c1b172e45bd32ce7 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 18 Sep 2002 00:51:33 +0000 Subject: first steps towards implementing stream/meta info CVS patchset: 2680 CVS date: 2002/09/18 00:51:33 --- src/xine-engine/load_plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/load_plugins.c') diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 639b900f9..83f96158c 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -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: load_plugins.c,v 1.93 2002/09/16 21:49:35 miguelfreitas Exp $ + * $Id: load_plugins.c,v 1.94 2002/09/18 00:51:34 guenter Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -929,7 +929,7 @@ void dispose_plugins (xine_t *this) { demux_plugin_t *dp = node->plugin; if (dp) - dp->close (dp); + dp->dispose (dp); node = xine_list_next_content (this->plugin_catalog->demux); } -- cgit v1.2.3