vestigial gstdisksrc removal
authorAndy Wingo <wingo@pobox.com>
Fri, 14 Dec 2001 00:19:12 +0000 (00:19 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 14 Dec 2001 00:19:12 +0000 (00:19 +0000)
Original commit message from CVS:
vestigial gstdisksrc removal

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

index 3125983..476afa9 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <gst/gst.h>
 
-#include "gstdisksrc.h"
 #include "gstdisksink.h"
 #include "gstidentity.h"
 #include "gstfakesink.h"
@@ -55,7 +54,6 @@ extern GstElementDetails gst_filesrc_details;
 static struct _elements_entry _elements[] = {
   { "fakesrc",             gst_fakesrc_get_type,       &gst_fakesrc_details,           gst_fakesrc_factory_init },
   { "fakesink",     gst_fakesink_get_type,     &gst_fakesink_details,          gst_fakesink_factory_init },
-  { "disksrc",             gst_disksrc_get_type,       &gst_disksrc_details,           NULL },
   { "filesrc",             gst_filesrc_get_type,       &gst_filesrc_details,           NULL },
   { "disksink",            gst_disksink_get_type,      &gst_disksink_details,          NULL },
   { "identity",     gst_identity_get_type,     &gst_identity_details,          NULL },
index 3125983..476afa9 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <gst/gst.h>
 
-#include "gstdisksrc.h"
 #include "gstdisksink.h"
 #include "gstidentity.h"
 #include "gstfakesink.h"
@@ -55,7 +54,6 @@ extern GstElementDetails gst_filesrc_details;
 static struct _elements_entry _elements[] = {
   { "fakesrc",             gst_fakesrc_get_type,       &gst_fakesrc_details,           gst_fakesrc_factory_init },
   { "fakesink",     gst_fakesink_get_type,     &gst_fakesink_details,          gst_fakesink_factory_init },
-  { "disksrc",             gst_disksrc_get_type,       &gst_disksrc_details,           NULL },
   { "filesrc",             gst_filesrc_get_type,       &gst_filesrc_details,           NULL },
   { "disksink",            gst_disksink_get_type,      &gst_disksink_details,          NULL },
   { "identity",     gst_identity_get_type,     &gst_identity_details,          NULL },