summaryrefslogtreecommitdiff
path: root/tools/element-templates/sinkpad-simple
diff options
context:
space:
mode:
Diffstat (limited to 'tools/element-templates/sinkpad-simple')
-rw-r--r--tools/element-templates/sinkpad-simple5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/element-templates/sinkpad-simple b/tools/element-templates/sinkpad-simple
index e6cd684be..2500e3f63 100644
--- a/tools/element-templates/sinkpad-simple
+++ b/tools/element-templates/sinkpad-simple
@@ -1,7 +1,6 @@
/* vim: set filetype=c: */
% instance-members
- GstPad *sinkpad;
% prototypes
% pad-template
static GstStaticPadTemplate gst_replace_sink_template =
@@ -15,10 +14,6 @@ GST_STATIC_PAD_TEMPLATE ("sink",
gst_element_class_add_pad_template (GST_ELEMENT_CLASS(klass),
gst_static_pad_template_get (&gst_replace_sink_template));
% instance-init
-
- replace->sinkpad = gst_pad_new_from_static_template (&gst_replace_sink_template
- ,
- "sink");
% methods
% end