gstreamer/gst-libs/gst/audio
Sebastian Dröge f3f416004f Revert "audioencoder: Use GST_BOILERPLATE instead of custom GObject boilerplate code"
This reverts commit 11e375486e.

GST_BOILERPLATE() can't define an abstract type and
G_DEFINE_ABSTRACT_TYPE() does not pass the class struct to
the instance_init function and there's no way to get the
class struct of the current type in instance_init().
2011-09-26 16:02:51 +02:00
..
.gitignore
audio.c audio: update internal silent sample defines as well to match 0.11 2011-09-06 15:46:45 +01:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h audio: some more accessor macros for GstAudioInfo 2011-09-22 15:45:05 +02:00
audio.vcproj
audiofilter.vcproj
gstaudioclock.c
gstaudioclock.h
gstaudiodecoder.c audiodecoder: fix documentation typo 2011-09-22 15:45:01 +02:00
gstaudiodecoder.h docs: more docs clean-ups 2011-09-06 10:07:33 +01:00
gstaudioencoder.c Revert "audioencoder: Use GST_BOILERPLATE instead of custom GObject boilerplate code" 2011-09-26 16:02:51 +02:00
gstaudioencoder.h audioencoder: Add support for requesting a minimum and maximum number of samples per frame 2011-09-26 15:59:22 +02:00
gstaudiofilter.c
gstaudiofilter.h
gstaudioiec61937.c
gstaudioiec61937.h
gstaudiosink.c
gstaudiosink.h
gstaudiosrc.c
gstaudiosrc.h
gstbaseaudiosink.c
gstbaseaudiosink.h
gstbaseaudiosrc.c baseaudiosrc: don't try to fixate "width" field for alaw/mulaw 2011-09-10 18:30:55 +01:00
gstbaseaudiosrc.h
gstringbuffer.c
gstringbuffer.h
Makefile.am audio: rename GstBaseAudioDecoder/Encoder to GstAudioDecoder/Encoder 2011-09-05 23:28:13 +01:00
mixerutils.c
mixerutils.h
multichannel.c audio: add GstAudioFormat, GstAudioFormatInfo and GstAudioInfo 2011-08-27 14:47:01 +01:00
multichannel.h audio: add GstAudioFormat, GstAudioFormatInfo and GstAudioInfo 2011-08-27 14:47:01 +01:00
TODO