summaryrefslogtreecommitdiff
path: root/tools/element-templates/sinkpad-audio
diff options
context:
space:
mode:
Diffstat (limited to 'tools/element-templates/sinkpad-audio')
-rw-r--r--tools/element-templates/sinkpad-audio5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/element-templates/sinkpad-audio b/tools/element-templates/sinkpad-audio
index 38fe1e6ec..3af507272 100644
--- a/tools/element-templates/sinkpad-audio
+++ b/tools/element-templates/sinkpad-audio
@@ -1,7 +1,6 @@
/* vim: set filetype=c: */
% instance-members
- GstPad *sinkpad;
% prototypes
% pad-template
/* FIXME add/remove the formats that you want to support */
@@ -17,10 +16,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