diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index f1efc28ba1..1c7d19489b 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \ gstfakesink.c \ gstfilesink.c \ gstfilesrc.c \ - gstfdsrc.c \ gstidentity.c \ gstelements.c \ gsttee.c \ @@ -32,7 +31,6 @@ noinst_HEADERS = \ gstfakesrc.h \ gstfilesink.h \ gstfilesrc.h \ - gstfdsrc.h \ gstidentity.h \ gsttee.h \ gsttypefindelement.h diff --git a/gst/elements/gstelements.c b/gst/elements/gstelements.c index 256af9a2db..ba1d02d41d 100644 --- a/gst/elements/gstelements.c +++ b/gst/elements/gstelements.c @@ -31,7 +31,6 @@ #include "gstfakesrc.h" #include "gstfilesink.h" #include "gstfilesrc.h" -#include "gstfdsrc.h" #include "gstidentity.h" #include "gsttee.h" #include "gsttypefindelement.h" @@ -52,7 +51,6 @@ static struct _elements_entry _elements[] = { {"fakesrc", GST_RANK_NONE, gst_fake_src_get_type}, {"fakesink", GST_RANK_NONE, gst_fake_sink_get_type}, {"filesrc", GST_RANK_NONE, gst_file_src_get_type}, - {"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type}, {"identity", GST_RANK_NONE, gst_identity_get_type}, {"filesink", GST_RANK_NONE, gst_file_sink_get_type}, {"tee", GST_RANK_NONE, gst_tee_get_type}, diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index f1efc28ba1..1c7d19489b 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \ gstfakesink.c \ gstfilesink.c \ gstfilesrc.c \ - gstfdsrc.c \ gstidentity.c \ gstelements.c \ gsttee.c \ @@ -32,7 +31,6 @@ noinst_HEADERS = \ gstfakesrc.h \ gstfilesink.h \ gstfilesrc.h \ - gstfdsrc.h \ gstidentity.h \ gsttee.h \ gsttypefindelement.h diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c index 256af9a2db..ba1d02d41d 100644 --- a/plugins/elements/gstelements.c +++ b/plugins/elements/gstelements.c @@ -31,7 +31,6 @@ #include "gstfakesrc.h" #include "gstfilesink.h" #include "gstfilesrc.h" -#include "gstfdsrc.h" #include "gstidentity.h" #include "gsttee.h" #include "gsttypefindelement.h" @@ -52,7 +51,6 @@ static struct _elements_entry _elements[] = { {"fakesrc", GST_RANK_NONE, gst_fake_src_get_type}, {"fakesink", GST_RANK_NONE, gst_fake_sink_get_type}, {"filesrc", GST_RANK_NONE, gst_file_src_get_type}, - {"fdsrc", GST_RANK_NONE, gst_fdsrc_get_type}, {"identity", GST_RANK_NONE, gst_identity_get_type}, {"filesink", GST_RANK_NONE, gst_file_sink_get_type}, {"tee", GST_RANK_NONE, gst_tee_get_type},