From d8975be37502239d26dbd1bfb6af8e58692a1b78 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 May 2008 16:42:18 +0200 Subject: [PATCH] src/gstaubiopitch.c: remove blank lines, improve examples --- src/gstaubiopitch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gstaubiopitch.c b/src/gstaubiopitch.c index 3eebd99..7cf9bd6 100644 --- a/src/gstaubiopitch.c +++ b/src/gstaubiopitch.c @@ -26,7 +26,9 @@ * Example launch line * * - * gst-launch -v -m audiotestsrc ! aubiopitch ! fakesink silent=TRUE + * gst-launch -v -m audiotestsrc ! aubiopitch ! fakesink + * gst-launch filesrc location=audiofile ! decodebin ! audioconvert ! \ + * aubiopitch silent=FALSE ! audioconvert ! autoaudiosink * * * @@ -219,8 +221,6 @@ gst_aubio_pitch_transform_ip (GstBaseTransform * trans, GstBuffer * buf) if (filter->silent == FALSE) { g_print ("%" GST_TIME_FORMAT "\tpitch: %.3f\n", GST_TIME_ARGS(now), pitch); - - } GST_LOG_OBJECT (filter, "pitch %" GST_TIME_FORMAT ", freq %3.2f", -- 2.11.0