changes for dparams move
authorSteve Baker <steve@stevebaker.org>
Sun, 7 Oct 2001 09:50:42 +0000 (09:50 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 7 Oct 2001 09:50:42 +0000 (09:50 +0000)
Original commit message from CVS:
changes for dparams move

test/Makefile.am
test/sinesliders.c

index 685604b..15470df 100644 (file)
@@ -5,6 +5,7 @@ GNOME_PROGS = spectrum wave mp1parse videotest aviparse \
                videotest2 video2mp1 dvshow dv2mp1 \
                mpeg2parse2 mpeg2parse3 \
                mp2tomp1v2 main sinesliders testspeed
+sinesliders_LDADD = ../libs/control/libgstcontrol.la
 else
 GNOME_PROGS =
 endif
@@ -13,7 +14,7 @@ noinst_PROGRAMS = qtest $(GNOME_PROGS) record mp3 teardown buffer mp3parse \
                  mp3play ac3parse ac3play dvdcat fake cobin \
                  vidcapture avi2mpg mp2tomp1 mp1tomp1 pipetest \
                  vidcapture2 mp2toavi mp3tovorbis xmmstest \
-                 mp3mad lat
+                 mp3mad lat pluginload
 
 SUBDIRS = xml bindings
 
index dcae59a..aaab8bb 100644 (file)
@@ -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 @@ int main(int argc,char *argv[]) {
   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);