summaryrefslogtreecommitdiff
path: root/ext/soundtouch
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:47:20 +0100
committerStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:51:29 +0100
commit6bc0e9527e49f16dc78b9d504495ad227e474770 (patch)
tree644c3cd4b963afd4d85d85b7c2fc183677ce0f3d /ext/soundtouch
parentb18be3562c58d612b719c70fc6142fa18a77537d (diff)
downloadgstreamer-plugins-bad-6bc0e9527e49f16dc78b9d504495ad227e474770.tar.gz
remove various useless linefeed in logs
Diffstat (limited to 'ext/soundtouch')
-rw-r--r--ext/soundtouch/gstbpmdetect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc
index a8b7c9d56..d4cc61926 100644
--- a/ext/soundtouch/gstbpmdetect.cc
+++ b/ext/soundtouch/gstbpmdetect.cc
@@ -258,7 +258,7 @@ gst_bpm_detect_transform_ip (GstBaseTransform * trans, GstBuffer * in)
bpm, (void *) NULL);
gst_pad_push_event (trans->srcpad, gst_event_new_tag (tags));
- GST_INFO_OBJECT (bpm_detect, "Detected BPM: %lf\n", bpm);
+ GST_INFO_OBJECT (bpm_detect, "Detected BPM: %lf", bpm);
bpm_detect->bpm = bpm;
}