mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin
This commit is contained in:
parent
e3e4ba4f9e
commit
3441a41f83
10 changed files with 15 additions and 15 deletions
|
@ -253,11 +253,11 @@ AG_GST_DEFAULT_ELEMENTS
|
|||
dnl *** plug-ins to include ***
|
||||
|
||||
dnl these are all the gst plug-ins, compilable without additional libs
|
||||
AG_GST_CHECK_PLUGIN(aacparse)
|
||||
AG_GST_CHECK_PLUGIN(adpcmdec)
|
||||
AG_GST_CHECK_PLUGIN(aiff)
|
||||
AG_GST_CHECK_PLUGIN(amrparse)
|
||||
AG_GST_CHECK_PLUGIN(asfmux)
|
||||
AG_GST_CHECK_PLUGIN(audioparsers)
|
||||
AG_GST_CHECK_PLUGIN(autoconvert)
|
||||
AG_GST_CHECK_PLUGIN(camerabin)
|
||||
AG_GST_CHECK_PLUGIN(legacyresample)
|
||||
|
@ -1632,11 +1632,11 @@ common/shave-libtool
|
|||
common/m4/Makefile
|
||||
gst-plugins-bad.spec
|
||||
gst/Makefile
|
||||
gst/aacparse/Makefile
|
||||
gst/adpcmdec/Makefile
|
||||
gst/aiff/Makefile
|
||||
gst/amrparse/Makefile
|
||||
gst/asfmux/Makefile
|
||||
gst/audioparsers/Makefile
|
||||
gst/autoconvert/Makefile
|
||||
gst/bayer/Makefile
|
||||
gst/camerabin/Makefile
|
||||
|
|
|
@ -122,10 +122,10 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/timidity/gsttimidity.h \
|
||||
$(top_srcdir)/ext/timidity/gstwildmidi.h \
|
||||
$(top_srcdir)/ext/zbar/gstzbar.h \
|
||||
$(top_srcdir)/gst/aacparse/gstaacparse.h \
|
||||
$(top_srcdir)/gst/aiff/aiffparse.h \
|
||||
$(top_srcdir)/gst/aiff/aiffmux.h \
|
||||
$(top_srcdir)/gst/amrparse/gstamrparse.h \
|
||||
$(top_srcdir)/gst/audioparsers/gstaacparse.h \
|
||||
$(top_srcdir)/gst/autoconvert/gstautoconvert.h \
|
||||
$(top_srcdir)/gst/camerabin/gstcamerabin.h \
|
||||
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
||||
|
|
|
@ -93,9 +93,9 @@
|
|||
|
||||
<chapter>
|
||||
<title>gst-plugins-bad Plugins</title>
|
||||
<xi:include href="xml/plugin-aacparse.xml" />
|
||||
<xi:include href="xml/plugin-aiff.xml" />
|
||||
<xi:include href="xml/plugin-amrparse.xml" />
|
||||
<xi:include href="xml/plugin-audioparsersbad.xml" />
|
||||
<xi:include href="xml/plugin-autoconvert.xml" />
|
||||
<xi:include href="xml/plugin-legacyresample.xml" />
|
||||
<xi:include href="xml/plugin-alsaspdif.xml" />
|
||||
|
|
|
@ -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
|
11
gst/audioparsers/Makefile.am
Normal file
11
gst/audioparsers/Makefile.am
Normal file
|
@ -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
|
Loading…
Reference in a new issue