diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-05-06 21:32:40 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-05-06 21:32:40 +0000 |
| commit | 3d7b6f15b8f5945546bff6824e7b36035667f7c2 (patch) | |
| tree | 95edf622a72c3c889161967b3b0f8d6708ac6308 /ChangeLog | |
| parent | 9e37243ecaf67e31c68d1c8541deea751830d6b1 (diff) | |
gst/audiofx/: Sync the GObject properties before each processing step to properly work with the controller.
Original commit message from CVS:
* gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
* gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
* gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
Sync the GObject properties before each processing step to properly
work with the controller.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-05-06 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip): + * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip): + * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip): + Sync the GObject properties before each processing step to properly + work with the controller. + 2007-05-04 Wim Taymans <wim@fluendo.com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive), |
