diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc index a1e0cb6386..3990b9d48f 100644 --- a/ext/soundtouch/gstpitch.cc +++ b/ext/soundtouch/gstpitch.cc @@ -181,8 +181,6 @@ gst_pitch_init (GstPitch * pitch, GstPitchClass * pitch_class) GST_DEBUG_FUNCPTR (gst_pad_proxy_getcaps)); gst_element_add_pad (GST_ELEMENT (pitch), pitch->srcpad); - gst_element_no_more_pads (GST_ELEMENT (pitch)); - pitch->priv->st = new soundtouch::SoundTouch (); pitch->tempo = 1.0;