From f49ab8e25e0135d0c4cbead737b82a64c10c0ddc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 15 Apr 2003 17:11:42 +0000 Subject: we do not destroy anything anymore. Not even unwanted pads Original commit message from CVS: we do not destroy anything anymore. Not even unwanted pads --- gst/avi/gstavimux.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/avi/gstavimux.c') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index e80fcd86..750a5125 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -491,9 +491,6 @@ gst_avimux_pad_unlink (GstPad *pad, } GST_DEBUG(GST_CAT_PLUGIN_INFO, "pad '%s' unlinked", padname); - - /* is this allowed? */ - gst_pad_destroy(pad); } static GstPad* -- cgit