[gst-cvs] CVS: gstreamer/gst Makefile.am,1.78,1.79 gst.h,1.24,1.25 gstelement.h,1.60,1.61

Steve Baker sbaker3 at users.sourceforge.net
Sun Oct 7 02:39:02 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/gst
In directory usw-pr-cvs1:/tmp/cvs-serv18623

Modified Files:
	Makefile.am gst.h gstelement.h 
Log Message:
remove dparams from core

Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/Makefile.am,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile.am	2001/09/17 07:33:04	1.78
+++ Makefile.am	2001/10/07 09:38:05	1.79
@@ -65,8 +65,6 @@
 	gstcaps.c		\
 	gstclock.c		\
 	gstcpu.c		\
-	gstdparam.c		\
-	gstdparammanager.c	\
 	gstelement.c		\
 	gstelementfactory.c	\
 	gstextratypes.c		\
@@ -166,8 +164,6 @@
 	gstcaps.h		\
 	gstclock.h		\
 	gstcpu.h		\
-	gstdparam.h		\
-	gstdparammanager.h	\
 	gstelement.h		\
 	gstevent.h		\
 	gstextratypes.h		\

Index: gst.h
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gst.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gst.h	2001/09/10 16:28:43	1.24
+++ gst.h	2001/10/07 09:38:05	1.25
@@ -49,8 +49,6 @@
 #include <gst/gstxml.h>
 #include <gst/cothreads.h>
 #include <gst/gstscheduler.h>
-#include <gst/gstdparam.h>
-#include <gst/gstdparammanager.h>
 #include <gst/gsttimecache.h>
 
 #include <gst/gstparse.h>

Index: gstelement.h
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gstelement.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- gstelement.h	2001/09/13 20:12:17	1.60
+++ gstelement.h	2001/10/07 09:38:05	1.61
@@ -37,7 +37,6 @@
 #include <gst/gstpad.h>
 #include <gst/cothreads.h>
 #include <gst/gstpluginfeature.h>
-#include <gst/gstdparammanager.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -124,7 +123,6 @@
 #define GST_ELEMENT_MANAGER(obj)		(((GstElement*)(obj))->manager)
 #define GST_ELEMENT_SCHED(obj)			(((GstElement*)(obj))->sched)
 #define GST_ELEMENT_PADS(obj)			((obj)->pads)
-#define GST_ELEMENT_DPARAM_MANAGER(obj)			((obj)->dpman)
 
 //typedef struct _GstElement GstElement;
 //typedef struct _GstElementClass GstElementClass;
@@ -150,7 +148,6 @@
 
   GstElement *manager;
   GstSchedule *sched;
-  GstDParamManager *dpman;
 };
 
 struct _GstElementClass {





More information about the Gstreamer-commits mailing list