summaryrefslogtreecommitdiff
path: root/gst/patchdetect/gstpatchdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/patchdetect/gstpatchdetect.c')
-rw-r--r--gst/patchdetect/gstpatchdetect.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/patchdetect/gstpatchdetect.c b/gst/patchdetect/gstpatchdetect.c
index 8926a5987..71308dbce 100644
--- a/gst/patchdetect/gstpatchdetect.c
+++ b/gst/patchdetect/gstpatchdetect.c
@@ -147,12 +147,6 @@ static void
gst_patchdetect_init (GstPatchdetect * patchdetect,
GstPatchdetectClass * patchdetect_class)
{
-
- patchdetect->sinkpad =
- gst_pad_new_from_static_template (&gst_patchdetect_sink_template, "sink");
-
- patchdetect->srcpad =
- gst_pad_new_from_static_template (&gst_patchdetect_src_template, "src");
}
void