[gst-cvs] CVS: gstreamer/gst/elements Makefile.am,1.28,1.29 gstelements.c,1.31,1.32 gstsinesrc.c,1.22,NONE gstsinesrc.h,1.12,NONE
Steve Baker
sbaker3 at users.sourceforge.net
Sat Oct 6 05:47:02 PDT 2001
Update of /cvsroot/gstreamer/gstreamer/gst/elements
In directory usw-pr-cvs1:/tmp/cvs-serv25923
Modified Files:
Makefile.am gstelements.c
Removed Files:
gstsinesrc.c gstsinesrc.h
Log Message:
gstsinesrc is being moved into plugins/synthesis/sinesrc
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/elements/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.am 2001/08/22 04:30:27 1.28
+++ Makefile.am 2001/10/06 12:46:50 1.29
@@ -23,7 +23,6 @@
gstpipefilter.c \
gsttee.c \
gstaggregator.c \
- gstsinesrc.c \
$(GSTHTTPSRC)
noinst_HEADERS = \
@@ -38,9 +37,7 @@
gstfdsink.h \
gstpipefilter.h \
gsttee.h \
- gstaggregator.h \
- gstsinesrc.h
-
+ gstaggregator.h
CFLAGS += -O2 -Wall
LDFLAGS += -lm
Index: gstelements.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/elements/gstelements.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gstelements.c 2001/09/13 01:16:45 1.31
+++ gstelements.c 2001/10/06 12:46:50 1.32
@@ -32,7 +32,6 @@
#include "gstfdsrc.h"
#include "gstmultidisksrc.h"
#include "gstpipefilter.h"
-#include "gstsinesrc.h"
#include "gsttee.h"
#include "gstaggregator.h"
@@ -64,7 +63,6 @@
{ "fdsrc", gst_fdsrc_get_type, &gst_fdsrc_details, NULL },
{ "multidisksrc", gst_multidisksrc_get_type, &gst_multidisksrc_details, NULL },
{ "pipefilter", gst_pipefilter_get_type, &gst_pipefilter_details, NULL },
- { "sinesrc", gst_sinesrc_get_type, &gst_sinesrc_details, gst_sinesrc_factory_init },
{ "tee", gst_tee_get_type, &gst_tee_details, gst_tee_factory_init },
{ "aggregator", gst_aggregator_get_type, &gst_aggregator_details, gst_aggregator_factory_init },
--- gstsinesrc.c DELETED ---
--- gstsinesrc.h DELETED ---
More information about the Gstreamer-commits
mailing list