vestigial gstdisksrc removal

Original commit message from CVS:
vestigial gstdisksrc removal
This commit is contained in:
Andy Wingo 2001-12-14 00:19:12 +00:00
parent d2477f425f
commit dd620071e5
2 changed files with 0 additions and 4 deletions

View 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 },

View 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 },