diff options
author | Benjamin Otte <otte@gnome.org> | 2003-04-15 17:11:42 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-04-15 17:11:42 +0000 |
commit | f49ab8e25e0135d0c4cbead737b82a64c10c0ddc (patch) | |
tree | 66870e34514c709920d304cd0da03d16c53dc596 /gst/avi/gstavimux.c | |
parent | fe00dae6d49ce8e473652bc71a36771e7c56aad5 (diff) |
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
Diffstat (limited to 'gst/avi/gstavimux.c')
-rw-r--r-- | gst/avi/gstavimux.c | 3 |
1 files changed, 0 insertions, 3 deletions
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* |