gst/elements/gstelements.c: Don't include headers that were just removed.
authorDavid Schleef <ds@schleef.org>
Sun, 15 May 2005 23:18:40 +0000 (23:18 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 15 May 2005 23:18:40 +0000 (23:18 +0000)
Original commit message from CVS:
* gst/elements/gstelements.c: Don't include headers that were
just removed.

ChangeLog
gst/elements/gstelements.c
plugins/elements/gstelements.c

index 3853b3b..2a6383f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-05-15  David Schleef  <ds@schleef.org>
 
+       * gst/elements/gstelements.c: Don't include headers that were
+       just removed.
+
+2005-05-15  David Schleef  <ds@schleef.org>
+
        * gst/elements/Makefile.am: Remove some elements that don't
        need to be in the core (or even exist at all).
        * gst/elements/gstaggregator.c:
index 7427256..39dcdd8 100644 (file)
 
 #include <gst/gst.h>
 
-#include "gstaggregator.h"
 #include "gstfakesink.h"
 #include "gstfakesrc.h"
-#include "gstfdsink.h"
-#include "gstfdsrc.h"
 #include "gstfilesink.h"
 #include "gstfilesrc.h"
 #include "gstidentity.h"
-#include "gstmd5sink.h"
-#include "gstmultifilesrc.h"
-#include "gstpipefilter.h"
-#include "gstshaper.h"
-#include "gststatistics.h"
 #include "gsttee.h"
 #include "gsttypefindelement.h"
 
@@ -56,22 +48,12 @@ extern GType gst_filesrc_get_type (void);
 extern GstElementDetails gst_filesrc_details;
 
 static struct _elements_entry _elements[] = {
-//  {"aggregator", GST_RANK_NONE, gst_aggregator_get_type},
   {"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
   {"fakesrc", GST_RANK_NONE, gst_fakesrc_get_type},
   {"fakesink", GST_RANK_NONE, gst_fakesink_get_type},
   {"filesrc", GST_RANK_NONE, gst_filesrc_get_type},
   {"identity", GST_RANK_NONE, gst_identity_get_type},
-//  {"fdsink", GST_RANK_NONE, gst_fdsink_get_type},
-//  {"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
   {"filesink", GST_RANK_NONE, gst_filesink_get_type},
-//  {"md5sink", GST_RANK_NONE, gst_md5sink_get_type},
-#ifndef HAVE_WIN32
-//  {"multifilesrc", GST_RANK_NONE, gst_multifilesrc_get_type},
-//  {"pipefilter", GST_RANK_NONE, gst_pipefilter_get_type},
-#endif
-//  {"shaper", GST_RANK_NONE, gst_shaper_get_type},
-//  {"statistics", GST_RANK_NONE, gst_statistics_get_type},
   {"tee", GST_RANK_NONE, gst_tee_get_type},
   {"typefind", GST_RANK_NONE, gst_type_find_element_get_type},
   {NULL, 0},
index 7427256..39dcdd8 100644 (file)
 
 #include <gst/gst.h>
 
-#include "gstaggregator.h"
 #include "gstfakesink.h"
 #include "gstfakesrc.h"
-#include "gstfdsink.h"
-#include "gstfdsrc.h"
 #include "gstfilesink.h"
 #include "gstfilesrc.h"
 #include "gstidentity.h"
-#include "gstmd5sink.h"
-#include "gstmultifilesrc.h"
-#include "gstpipefilter.h"
-#include "gstshaper.h"
-#include "gststatistics.h"
 #include "gsttee.h"
 #include "gsttypefindelement.h"
 
@@ -56,22 +48,12 @@ extern GType gst_filesrc_get_type (void);
 extern GstElementDetails gst_filesrc_details;
 
 static struct _elements_entry _elements[] = {
-//  {"aggregator", GST_RANK_NONE, gst_aggregator_get_type},
   {"capsfilter", GST_RANK_NONE, gst_capsfilter_get_type},
   {"fakesrc", GST_RANK_NONE, gst_fakesrc_get_type},
   {"fakesink", GST_RANK_NONE, gst_fakesink_get_type},
   {"filesrc", GST_RANK_NONE, gst_filesrc_get_type},
   {"identity", GST_RANK_NONE, gst_identity_get_type},
-//  {"fdsink", GST_RANK_NONE, gst_fdsink_get_type},
-//  {"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type},
   {"filesink", GST_RANK_NONE, gst_filesink_get_type},
-//  {"md5sink", GST_RANK_NONE, gst_md5sink_get_type},
-#ifndef HAVE_WIN32
-//  {"multifilesrc", GST_RANK_NONE, gst_multifilesrc_get_type},
-//  {"pipefilter", GST_RANK_NONE, gst_pipefilter_get_type},
-#endif
-//  {"shaper", GST_RANK_NONE, gst_shaper_get_type},
-//  {"statistics", GST_RANK_NONE, gst_statistics_get_type},
   {"tee", GST_RANK_NONE, gst_tee_get_type},
   {"typefind", GST_RANK_NONE, gst_type_find_element_get_type},
   {NULL, 0},