gst-plugins-good: spectrum: call the instance var spectrum instead of filter

Stefan Kost ensonic at kemper.freedesktop.org
Wed Mar 9 08:10:29 PST 2011


Module: gst-plugins-good
Branch: master
Commit: 2fd09ebd89175582342b6558ccc72b2bfee96e75
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=2fd09ebd89175582342b6558ccc72b2bfee96e75

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Wed Mar  9 11:18:19 2011 +0200

spectrum: call the instance var spectrum instead of filter

---

 gst/spectrum/gstspectrum.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index 33a6852..a5aba20 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -415,9 +415,9 @@ gst_spectrum_stop (GstBaseTransform * trans)
 static gboolean
 gst_spectrum_setup (GstAudioFilter * base, GstRingBufferSpec * format)
 {
-  GstSpectrum *filter = GST_SPECTRUM (base);
+  GstSpectrum *spectrum = GST_SPECTRUM (base);
 
-  gst_spectrum_reset_state (filter);
+  gst_spectrum_reset_state (spectrum);
 
   return TRUE;
 }



More information about the gstreamer-commits mailing list