summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-01 15:56:54 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-02 09:15:39 +0000
commit4eec7e8947616639c25c524eb345fa50893c30f5 (patch)
tree3ca75b746ed72e1cc2b42625ebb4c76aa2d9c18f
parentbc331df7f532bcbe83b4cda7b7f53c5d7864c98d (diff)
pitch: remove pointless gst_element_no_more_pads()
-rw-r--r--ext/soundtouch/gstpitch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soundtouch/gstpitch.cc b/ext/soundtouch/gstpitch.cc
index a1e0cb638..3990b9d48 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;