From 577f43dacf60a497ba1c5a3b341b3b377553cad5 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 3 Nov 2003 19:18:36 +0000 Subject: remove audiofile typefinding because it is buggy and we support all of its formats anyway. Original commit message from CVS: remove audiofile typefinding because it is buggy and we support all of its formats anyway. If you need it back, please fix it before you put it back in :) --- ext/audiofile/gstaf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/audiofile/gstaf.c') diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c index 691788ea..7014dad3 100644 --- a/ext/audiofile/gstaf.c +++ b/ext/audiofile/gstaf.c @@ -33,7 +33,6 @@ plugin_init (GstPlugin *plugin) gst_afsink_plugin_init (plugin); gst_afsrc_plugin_init (plugin); gst_afparse_plugin_init (plugin); - gst_aftypes_plugin_init (plugin); return TRUE; } -- cgit v1.2.1