summaryrefslogtreecommitdiff
path: root/gst/autoplug/gststaticautoplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/autoplug/gststaticautoplug.c')
-rw-r--r--gst/autoplug/gststaticautoplug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/autoplug/gststaticautoplug.c b/gst/autoplug/gststaticautoplug.c
index 2306080b1c..2530ad2049 100644
--- a/gst/autoplug/gststaticautoplug.c
+++ b/gst/autoplug/gststaticautoplug.c
@@ -475,8 +475,6 @@ differ:
GST_DEBUG (0,"delaying the creation of a ghostpad for %s\n", GST_ELEMENT_NAME (thesrcelement));
g_signal_connect (G_OBJECT (thesrcelement), "new_pad",
G_CALLBACK (autoplug_dynamic_pad), data);
- g_signal_connect (G_OBJECT (thesrcelement), "new_ghost_pad",
- G_CALLBACK (autoplug_dynamic_pad), data);
}
}
}