soundtouch: Call default event handler for basetransform

Make pipeline end properly at EOS and not leak by passing events
to the default event handler.
This commit is contained in:
Jan Schmidt 2013-12-10 23:06:53 +11:00
parent d56d00cccd
commit 8cca2d55f5

View file

@ -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