gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of gstaudio...
authorDavid Schleef <ds@schleef.org>
Fri, 16 Jan 2004 00:55:29 +0000 (00:55 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 16 Jan 2004 00:55:29 +0000 (00:55 +0000)
commit5dca8edfe91db26d586d25437afc3a3aeae03499
tree21b02f8e297e864e2a7bd6488e8f23900cd6dd32
parent65a306f052bf9f5983eed4391256649165bafa5b
gst-libs/gst/audio/Makefile.am: Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c from the template.

Original commit message from CVS:
* gst-libs/gst/audio/Makefile.am:
Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
from the template.
* gst-libs/gst/audio/gstaudiofilter.c:
* gst-libs/gst/audio/gstaudiofilter.h:
Add bytes_per_sample and size and n_samples calculation.
* gst-libs/gst/audio/gstaudiofilterexample.c:
Remove, now autogenerated.
* gst-libs/gst/audio/gstaudiofiltertemplate.c:
Moved from gstaudiofilterexample, object name changed, code added
so that it actually works.
* gst-libs/gst/audio/make_filter:
Script to build an audiofilter subclass from the template.
* gst/colorspace/Makefile.am:
* gst/colorspace/yuv2yuv.c:
Remove file, since it's GPL, and we don't use it.
ChangeLog
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/gstaudiofilter.c
gst-libs/gst/audio/gstaudiofilter.h
gst-libs/gst/audio/gstaudiofilterexample.c [deleted file]
gst-libs/gst/audio/gstaudiofiltertemplate.c [new file with mode: 0644]
gst-libs/gst/audio/make_filter [new file with mode: 0755]