From dd620071e51a343c5873e9c83efcc2df65977bac Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 14 Dec 2001 00:19:12 +0000 Subject: [PATCH] vestigial gstdisksrc removal Original commit message from CVS: vestigial gstdisksrc removal --- gst/elements/gstelements.c | 2 -- plugins/elements/gstelements.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/gst/elements/gstelements.c b/gst/elements/gstelements.c index 3125983..476afa9 100644 --- a/gst/elements/gstelements.c +++ b/gst/elements/gstelements.c @@ -23,7 +23,6 @@ #include -#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 }, diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c index 3125983..476afa9 100644 --- a/plugins/elements/gstelements.c +++ b/plugins/elements/gstelements.c @@ -23,7 +23,6 @@ #include -#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 }, -- 2.7.4