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)
commit7d64f26d2546be8ff1bcc4bb851108cb50384c58
tree8ec2bfc3fdd7244c33946a34e685a124fffbc985
parent5404ac52f9ea35330439cce0cce266fab8649e14
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]
gst/colorspace/Makefile.am
gst/colorspace/yuv2yuv.c [deleted file]