[gst-cvs] CVS: gstreamer/test Makefile.am,1.38,1.39 sinesliders.c,1.7,1.8
Steve Baker
sbaker3 at users.sourceforge.net
Sun Oct 7 02:51:02 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/libs/control gstcontrol.c,NONE,1.1 gstdparam.c,NONE,1.1 gstdparam.h,NONE,1.1 gstdparammanager.c,NONE,1.1 gstdparammanager.h,NONE,1.1 Makefile.am,1.1,1.2 gstcontrol.h,1.1,1.2 gstdplinearinterp.c,1.1,1.2 gstdplinearinterp.h,1.1,1.2
- Next message: [gst-cvs] CVS: gstreamer/plugins/synthesis/sinesrc gstsinesrc.c,1.1,1.2 gstsinesrc.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/test
In directory usw-pr-cvs1:/tmp/cvs-serv20901
Modified Files:
Makefile.am sinesliders.c
Log Message:
changes for dparams move
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/test/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am 2001/09/14 16:25:24 1.38
+++ Makefile.am 2001/10/07 09:50:42 1.39
@@ -5,6 +5,7 @@
videotest2 video2mp1 dvshow dv2mp1 \
mpeg2parse2 mpeg2parse3 \
mp2tomp1v2 main sinesliders testspeed
+sinesliders_LDADD = ../libs/control/libgstcontrol.la
else
GNOME_PROGS =
endif
@@ -13,7 +14,7 @@
mp3play ac3parse ac3play dvdcat fake cobin \
vidcapture avi2mpg mp2tomp1 mp1tomp1 pipetest \
vidcapture2 mp2toavi mp3tovorbis xmmstest \
- mp3mad lat
+ mp3mad lat pluginload
SUBDIRS = xml bindings
Index: sinesliders.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/test/sinesliders.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sinesliders.c 2001/09/23 04:07:15 1.7
+++ sinesliders.c 2001/10/07 09:50:42 1.8
@@ -2,7 +2,7 @@
#include <math.h>
#include <gtk/gtk.h>
#include <gst/gst.h>
-#include <sys/soundcard.h>
+#include <libs/control/gstcontrol.h>
static gint quit_live(GtkWidget *window, GdkEventAny *e, gpointer data) {
gtk_main_quit();
@@ -74,7 +74,7 @@
g_object_set(G_OBJECT(osssink),"fragment",0x00180008,NULL);
g_object_set(G_OBJECT(sinesrc),"buffersize",64,NULL);
- dpman = GST_ELEMENT_DPARAM_MANAGER(sinesrc);
+ dpman = gst_dpman_get_manager (sinesrc);
freq = gst_dparam_smooth_new(G_TYPE_FLOAT);
vals = GST_DPARAM_GET_POINT(freq, 0LL);
- Previous message: [gst-cvs] CVS: gstreamer/libs/control gstcontrol.c,NONE,1.1 gstdparam.c,NONE,1.1 gstdparam.h,NONE,1.1 gstdparammanager.c,NONE,1.1 gstdparammanager.h,NONE,1.1 Makefile.am,1.1,1.2 gstcontrol.h,1.1,1.2 gstdplinearinterp.c,1.1,1.2 gstdplinearinterp.h,1.1,1.2
- Next message: [gst-cvs] CVS: gstreamer/plugins/synthesis/sinesrc gstsinesrc.c,1.1,1.2 gstsinesrc.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list