mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
goom2k1: use the new audiovisualizer base class
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
This commit is contained in:
parent
17c17fc369
commit
711b035137
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CF
|
|||
-DzoomFilterDestroy=zoomFilterDestroy2k1 \
|
||||
-DzoomFilterNew=zoomFilterNew2k1
|
||||
|
||||
libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION)
|
||||
libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) $(GST_LIBS) $(LIBM)
|
||||
libgstgoom2k1_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstgoom2k1_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef __GST_GOOM_H__
|
||||
#define __GST_GOOM_H__
|
||||
|
||||
#include "gstaudiovisualizer.h"
|
||||
#include "gst/pbutils/gstaudiovisualizer.h"
|
||||
#include "goom_core.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue