folded audiofilter into the audio library
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 01:25:31 +0000 (01:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 01:25:31 +0000 (01:25 +0000)
Original commit message from CVS:
folded audiofilter into the audio library

ChangeLog
common
docs/libs/tmpl/gstcolorbalance.sgml
gst-libs/gst/audio/Makefile.am

index b76555c..f4cb583 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * gst-libs/gst/audio/Makefile.am:
+         folded audiofilter into the audio library
+
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst/videoscale/gstvideoscale.h:
        * gst/videoscale/gstvideoscale.c:
          remove unimplemented scale methods
diff --git a/common b/common
index f31468e..33084fb 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit f31468e933b5b980398cf636a37abf16ca46c4a0
+Subproject commit 33084fbe0531733bc02aa1d9de608206d5553a15
index ccb0ae2..7ac9f04 100644 (file)
@@ -23,15 +23,6 @@ interface for adjusting color balance settings
 </para>
 
 
-<!-- ##### SIGNAL GstColorBalance::value-changed ##### -->
-<para>
-
-</para>
-
-@gstcolorbalance: the object which received the signal.
-@arg1: 
-@arg2: 
-
 <!-- ##### STRUCT GstColorBalanceClass ##### -->
 <para>
 
index 7e1bdd1..59eb828 100644 (file)
@@ -8,8 +8,7 @@ built_headers = multichannel-enumtypes.h
 BUILT_SOURCES = $(built_sources) $(built_headers)
 
 lib_LTLIBRARIES = \
-       libgstaudio-@GST_MAJORMINOR@.la \
-       libgstaudiofilter-@GST_MAJORMINOR@.la
+       libgstaudio-@GST_MAJORMINOR@.la
 noinst_LTLIBRARIES = libgstaudiofilterexample.la
 
 EXTRA_DIST = gstaudiofiltertemplate.c make_filter
@@ -18,6 +17,7 @@ CLEANFILES = gstaudiofilterexample.c \
 
 libgstaudio_@GST_MAJORMINOR@_la_SOURCES = audio.c gstaudioclock.c \
        multichannel.c \
+       gstaudiofilter.c \
        gstaudiosink.c \
        gstaudiosrc.c \
        gstbaseaudiosink.c \
@@ -44,11 +44,6 @@ libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
 libgstaudio_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
 libgstaudio_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
-libgstaudiofilter_@GST_MAJORMINOR@_la_SOURCES = gstaudiofilter.c gstaudiofilter.h
-libgstaudiofilter_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
-libgstaudiofilter_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
-libgstaudiofilter_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
-
 libgstaudiofilterexample_la_SOURCES = gstaudiofilterexample.c
 libgstaudiofilterexample_la_CFLAGS = $(GST_CFLAGS)
 libgstaudiofilterexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)