gstreamer/gst/audiofx
Sebastian Dröge b76819bbd2 Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this.
Original commit message from CVS:
* configure.ac:
* gst/audiofx/audioamplify.c:
(gst_audio_amplify_clipping_method_get_type),
(gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
* gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
(gst_audio_dynamic_transform_ip):
* gst/audiofx/audioinvert.c: (gst_audio_invert_init),
(gst_audio_invert_transform_ip):
* gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
(gst_audio_panorama_transform):
* gst/level/gstlevel.c: (gst_level_init):
Make elements GST_BUFFER_FLAG_GAP aware and call
gst_base_transform_set_gap_aware for this.
Bump core requirement to CVS.
* gst/audiofx/audiochebyshevfreqband.c:
(gst_audio_chebyshev_freq_band_transform_ip):
* gst/audiofx/audiochebyshevfreqlimit.c:
(gst_audio_chebyshev_freq_limit_transform_ip):
Also sync GObject properties to the controller if operating
in passthrough mode.
2008-01-08 14:58:18 +00:00
..
.gitignore gst/audiofxgood/: resubmit with the desired name *again* 2006-08-21 09:21:27 +00:00
audioamplify.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audioamplify.h gst/audiofx/audioamplify.h: Also remove a now unecessary variable here. 2007-07-26 19:45:30 +00:00
audiochebband.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiochebband.h gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 2007-08-16 17:02:07 +00:00
audiocheblimit.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiocheblimit.h gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 2007-08-16 17:02:07 +00:00
audiochebyshevfreqband.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiochebyshevfreqband.h gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 2007-08-16 17:02:07 +00:00
audiochebyshevfreqlimit.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiochebyshevfreqlimit.h gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 2007-08-16 17:02:07 +00:00
audiodynamic.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiodynamic.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audiofx.c gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements. 2007-08-16 17:02:07 +00:00
audioinvert.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audioinvert.h gst/audiofx/: Don't save format information ourselves, this is already saved in 2007-07-26 19:41:07 +00:00
audiopanorama.c Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_aware for this. 2008-01-08 14:58:18 +00:00
audiopanorama.h gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-psychoacustic) processing method (#394859). 2007-01-13 15:52:18 +00:00
audiowsincband.c gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen... 2007-12-06 12:37:43 +00:00
audiowsincband.h Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GOb... 2007-08-17 15:05:17 +00:00
audiowsinclimit.c gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen... 2007-12-06 12:37:43 +00:00
audiowsinclimit.h Use generator macros for the process functions for the different sample types, add lower upper boundaries for the GOb... 2007-08-17 15:05:17 +00:00
Makefile.am gst/audiofx/Makefile.am: Dist the right file. 2007-08-27 14:44:19 +00:00