gstreamer/gst
Sebastian Dröge 4b227159cb gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c...
Original commit message from CVS:
* gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
(gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
(gst_audio_cheb_band_set_property):
* gst/audiofx/audiochebband.h:
* gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
(gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
(gst_audio_cheb_limit_set_property):
* gst/audiofx/audiocheblimit.h:
* gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
(gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
(gst_audio_wsincband_set_property):
* gst/audiofx/audiowsincband.h:
* gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
(gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
(gst_audio_wsinclimit_set_property):
* gst/audiofx/audiowsinclimit.h:
Use a custom mutex for protecting the instance fields instead of
the GstObject lock. Using the latter can lead to deadlocks, especially
with the FIR filters when updating the latency.
2009-01-13 08:24:25 +00:00
..
alpha Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
apetag Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
audiofx gst/audiofx/: Use a custom mutex for protecting the instance fields instead of the GstObject lock. Using the latter c... 2009-01-13 08:24:25 +00:00
auparse Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
autodetect gst/autodetect/gstautoaudiosrc.c: Fix classification. 2008-11-29 20:05:41 +00:00
avi gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation. 2009-01-07 09:43:13 +00:00
cutter gst/: Make author name consistent with others. 2008-11-10 13:59:27 +00:00
debug Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
effectv Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
equalizer gst/equalizer/: Add presets for equalizer. Fixes #522183. 2008-11-13 16:24:59 +00:00
flx Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
goom Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
goom2k1 Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
icydemux Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
id3demux Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
interleave Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
law Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
level Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
matroska gst/matroska/: Some cleanups, refactoring and minor enhancements in caps handling. 2009-01-08 15:56:46 +00:00
median Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
monoscope Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
multifile Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
multipart Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
oldcore Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
qtdemux gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've created any srcpads. 2009-01-08 18:17:13 +00:00
replaygain Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
rtp gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame when it's missing. 2008-12-09 14:19:16 +00:00
rtsp gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connect-failed socket by erroring out quickly.... 2008-11-27 11:22:56 +00:00
smpte Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
spectrum Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
udp Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
videobox Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
videocrop gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties using the new basetransform features. Fixes ... 2008-11-25 16:06:22 +00:00
videofilter Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
videomixer Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
wavenc gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #562434. 2008-11-27 12:13:39 +00:00
wavparse Switch to using GstStaticPadTemplate. 2008-12-13 15:34:01 +00:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00