goom: use the new audiovisualizer base class
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 1 Oct 2015 15:16:08 +0000 (16:16 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 1 Oct 2015 15:16:25 +0000 (16:16 +0100)
Rebase to have goom using the GstAudioVisualizer base class in
gst-plugins-base/gst-libs/gst/pbutils

https://bugzilla.gnome.org/show_bug.cgi?id=742875

gst/goom/Makefile.am
gst/goom/gstgoom.h

index 1ffa734..67aeeb2 100644 (file)
@@ -39,7 +39,7 @@ libgstgoom_la_SOURCES =                                               \
        $(ARCH_FILES)
 
 libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(ARCH_CFLAGS) $(ORC_CFLAGS)
-libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(LIBM) $(ORC_LIBS)
+libgstgoom_la_LIBADD = $(GST_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) $(GST_LIBS) $(LIBM) $(ORC_LIBS)
 libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstgoom_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
 
index f8cb434..cee5562 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __GST_GOOM_H__
 #define __GST_GOOM_H__
 
-#include "gstaudiovisualizer.h"
+#include "gst/pbutils/gstaudiovisualizer.h"
 #include "goom.h"
 
 G_BEGIN_DECLS