mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
d6c067e3b5
commit
e4d58129fb
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2004-01-15 David Schleef <ds@schleef.org>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-01-15 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* sys/ximage/ximagesink.c: (gst_ximagesink_chain):
|
||||
|
|
Loading…
Reference in a new issue