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)
commite61dfa60ad05048ff6fefc1d610b7d08e611cc53
treeb5d10f932260c478b3f2787ad19faaf05f482f19
parent411a5804734d92e1e2142b971a2285f8a4946318
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]