From 57fcf33e5e17e7bcab33491fe76818f51204b7ae Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 29 Nov 2003 05:29:30 +0000 Subject: [PATCH] Remove old autoplug code Original commit message from CVS: Remove old autoplug code --- configure.ac | 2 -- docs/gst/gstreamer-docs.sgml | 17 ---------- docs/gst/gstreamer-sections.txt | 64 ----------------------------------- docs/gst/gstreamer.types | 2 -- examples/Makefile.am | 14 ++------ examples/manual/Makefile.am | 10 ++---- gst/Makefile.am | 16 ++------- gst/autoplug/Makefile.am | 32 ++---------------- gst/gst.c | 3 -- gst/gst.h | 1 - gst/gstconfig.h.in | 4 --- gst/registries/gstxmlregistry.c | 22 ------------ tests/old/examples/Makefile.am | 14 ++------ tests/old/examples/manual/Makefile.am | 10 ++---- tools/gst-inspect.c | 29 ---------------- tools/gst-xmlinspect.c | 26 -------------- 16 files changed, 13 insertions(+), 253 deletions(-) diff --git a/configure.ac b/configure.ac index 56c3496..a2d0729 100644 --- a/configure.ac +++ b/configure.ac @@ -378,8 +378,6 @@ GST_SUBSYSTEM_DISABLE(GST_DEBUG,[debugging subsystem]) translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_LOADSAVE, true) GST_SUBSYSTEM_DISABLE(LOADSAVE,[pipeline XML load/save]) -translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_AUTOPLUG, true) -GST_SUBSYSTEM_DISABLE(AUTOPLUG,[autoplugger subsystem]) translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_PARSE, true) GST_SUBSYSTEM_DISABLE(PARSE,[command-line parser]) translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_TRACE, true) diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index 9cc12a4..1344062 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -2,7 +2,6 @@ - @@ -44,10 +43,6 @@ - @@ -156,18 +151,6 @@ with some more specialized elements. --> - -