From 8cca2d55f5a4ff2a441922e71c49d83b23bf9b97 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 10 Dec 2013 23:06:53 +1100 Subject: [PATCH] soundtouch: Call default event handler for basetransform Make pipeline end properly at EOS and not leak by passing events to the default event handler. --- ext/soundtouch/gstbpmdetect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc index d32f219e3c..5b9bcef4b2 100644 --- a/ext/soundtouch/gstbpmdetect.cc +++ b/ext/soundtouch/gstbpmdetect.cc @@ -181,7 +181,7 @@ gst_bpm_detect_event (GstBaseTransform * trans, GstEvent * event) break; } - return TRUE; + return GST_BASE_TRANSFORM_CLASS (parent_class)->sink_event (trans, event); } static gboolean