slomo gst-plugins-good: gst-plugins-good/ gst-plugins-good/gst/audiofx/
[email protected] Mon, 19 Jan 2009 03:22:20 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============8898680498138939169==
CVS Root: /cvs/gstreamer
Module: gst-plugins-good
Changes by: slomo
Date: Mon Jan 19 2009 11:22:20 UTC
Log message:
* gst/audiofx/audioreverb.c: (gst_audio_reverb_init):
Set the default value in the instance init function.
Modified files:
. : ChangeLog
gst/audiofx : audioreverb.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3904&r2=1.3905
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/gst/audiofx/audioreverb.c.diff?r1=1.1&r2=1.2
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3904
retrieving revision 1.3905
diff -u -d -r1.3904 -r1.3905
--- ChangeLog 19 Jan 2009 11:19:03 -0000 1.3904
+++ ChangeLog 19 Jan 2009 11:22:04 -0000 1.3905
@@ -1,5 +1,10 @@
2009-01-19 Sebastian Dröge <[email protected]>
+ * gst/audiofx/audioreverb.c: (gst_audio_reverb_init):
+ Set the default value in the instance init function.
+
+2009-01-19 Sebastian Dröge <[email protected]>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
Index: audioreverb.c
RCS file: /cvs/gstreamer/gst-plugins-good/gst/audiofx/audioreverb.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- audioreverb.c 19 Jan 2009 11:19:07 -0000 1.1
+++ audioreverb.c 19 Jan 2009 11:22:06 -0000 1.2
@@ -145,7 +145,7 @@
static void
gst_audio_reverb_init (GstAudioReverb * self, GstAudioReverbClass * klass)
{
- self->delay = 0;
+ self->delay = 1;
self->intensity = 0.0;
self->feedback = 0.0;
--===============8898680498138939169==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
--===============8898680498138939169==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============8898680498138939169==--