From: Paul Brossier Date: Sun, 4 May 2008 14:42:18 +0000 (+0200) Subject: src/gstaubiopitch.c: remove blank lines, improve examples X-Git-Tag: 0.10.0.1~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d8975be37502239d26dbd1bfb6af8e58692a1b78;p=gst-aubio.git src/gstaubiopitch.c: remove blank lines, improve examples --- 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",