audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Sat, 28 Nov 2009 17:13:31 +0000 (18:13 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:01 +0000 (18:07 +0100)
gst/aacparse/Makefile.am [deleted file]
gst/audioparsers/Makefile.am [new file with mode: 0644]
gst/audioparsers/gstaacparse.c [moved from gst/aacparse/gstaacparse.c with 100% similarity]
gst/audioparsers/gstaacparse.h [moved from gst/aacparse/gstaacparse.h with 100% similarity]
gst/audioparsers/gstbaseparse.c [moved from gst/aacparse/gstbaseparse.c with 100% similarity]
gst/audioparsers/gstbaseparse.h [moved from gst/aacparse/gstbaseparse.h with 100% similarity]
gst/audioparsers/plugin.c [moved from gst/aacparse/plugin.c with 100% similarity]

diff --git a/gst/aacparse/Makefile.am b/gst/aacparse/Makefile.am
deleted file mode 100644 (file)
index f1f8f7c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-plugin_LTLIBRARIES = libgstaacparse.la
-
-libgstaacparse_la_SOURCES = \
-       gstaacparse.c gstbaseparse.c plugin.c
-
-libgstaacparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstaacparse_la_LIBADD = $(GST_BASE_LIBS)
-libgstaacparse_la_LDFLAGS = $(PACKAGE_LIBS) $(GST_PLUGIN_LDFLAGS)
-libgstaacparse_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = gstaacparse.h gstbaseparse.h
diff --git a/gst/audioparsers/Makefile.am b/gst/audioparsers/Makefile.am
new file mode 100644 (file)
index 0000000..3851af3
--- /dev/null
@@ -0,0 +1,11 @@
+plugin_LTLIBRARIES = libgstaudioparsersbad.la
+
+libgstaudioparsersbad_la_SOURCES = \
+       gstaacparse.c gstbaseparse.c plugin.c
+
+libgstaudioparsersbad_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgstaudioparsersbad_la_LIBADD = $(GST_BASE_LIBS)
+libgstaudioparsersbad_la_LDFLAGS = $(PACKAGE_LIBS) $(GST_PLUGIN_LDFLAGS)
+libgstaudioparsersbad_la_LIBTOOLFLAGS = --tag=disable-static
+
+noinst_HEADERS = gstaacparse.h gstbaseparse.h