gstreamer/gst-libs/gst/audio
Wim Taymans 24226284b8 baseaudio: avoid taking extra ref on sink/src
Don't take an extra ref on the sink and source because that creates a reference
cycle. Instead, use the invalidate method of the clock when the sink and source
are freed. This way, we don't call into the time function anymore after the
objects are disposed.
2010-09-07 18:12:38 +02:00
..
.gitignore
audio.c Add -Wmissing-declarations -Wmissing-prototypes to warning flags 2010-03-11 13:50:31 +01:00
audio.def
audio.h docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
audio.vcproj
audiofilter.vcproj
gstaudioclock.c audioclock: add a function to invalidate the clock 2010-09-07 18:12:38 +02:00
gstaudioclock.h audioclock: add a function to invalidate the clock 2010-09-07 18:12:38 +02:00
gstaudiofilter.c audiofilter: Use G_DEFINE_ABSTRACT_TYPE_WITH_CODE 2009-11-26 10:38:29 +01:00
gstaudiofilter.h audiofilter: Add _CAST variants of the cast macros 2009-11-26 10:38:28 +01:00
gstaudiosink.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:59:35 +00:00
gstaudiosink.h
gstaudiosrc.c audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER type 2010-01-27 00:42:37 +00:00
gstaudiosrc.h
gstbaseaudiosink.c baseaudio: avoid taking extra ref on sink/src 2010-09-07 18:12:38 +02:00
gstbaseaudiosink.h baseaudiosink: whitespace fixes 2009-09-09 16:17:02 +02:00
gstbaseaudiosrc.c baseaudio: avoid taking extra ref on sink/src 2010-09-07 18:12:38 +02:00
gstbaseaudiosrc.h
gstringbuffer.c ringbuffer: improve debugging 2010-08-04 10:33:32 +02:00
gstringbuffer.h ringbuffer: whitespace fixes 2010-08-04 10:33:32 +02:00
Makefile.am build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common 2010-08-14 19:12:37 +01:00
mixerutils.c
mixerutils.h
multichannel.c docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
multichannel.h docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
testchannels.c
TODO