Moved fdsrc to gst-plugins.

Original commit message from CVS:
Moved fdsrc to gst-plugins.
This commit is contained in:
Philippe Kalaf 2005-07-16 19:25:41 +00:00
parent 4ca0e1e595
commit cb5b884215
4 changed files with 0 additions and 8 deletions

View file

@ -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

View file

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

View file

@ -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

View file

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