Moved fdsrc to gst-plugins.
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Sat, 16 Jul 2005 19:25:41 +0000 (19:25 +0000)
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Sat, 16 Jul 2005 19:25:41 +0000 (19:25 +0000)
Original commit message from CVS:
Moved fdsrc to gst-plugins.

gst/elements/Makefile.am
gst/elements/gstelements.c
plugins/elements/Makefile.am
plugins/elements/gstelements.c

index f1efc28..1c7d194 100644 (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
index 256af9a..ba1d02d 100644 (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},
index f1efc28..1c7d194 100644 (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
index 256af9a..ba1d02d 100644 (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},