summaryrefslogtreecommitdiff
path: root/tools/element-templates/sinkpad-simple
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-02-06 12:35:36 -0800
committerDavid Schleef <ds@schleef.org>2013-02-06 12:43:45 -0800
commitf790fcbfa68e103406381a2f2eb1c2445055d08d (patch)
tree039a162c43f031f4d226bdd9c564d4670c1078c3 /tools/element-templates/sinkpad-simple
parent250555a7dec8f1a396a20994d28395249eb406d7 (diff)
downloadgstreamer-plugins-bad-f790fcbfa68e103406381a2f2eb1c2445055d08d.tar.gz
element-maker: Update somewhat for 1.0
Only converted basetransform for the moment. It's probably easier to write templates from scratch from the documentation.
Diffstat (limited to 'tools/element-templates/sinkpad-simple')
-rw-r--r--tools/element-templates/sinkpad-simple2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/element-templates/sinkpad-simple b/tools/element-templates/sinkpad-simple
index e8538b6ec..e6cd684be 100644
--- a/tools/element-templates/sinkpad-simple
+++ b/tools/element-templates/sinkpad-simple
@@ -12,7 +12,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
);
% base-init
- gst_element_class_add_pad_template (element_class,
+ gst_element_class_add_pad_template (GST_ELEMENT_CLASS(klass),
gst_static_pad_template_get (&gst_replace_sink_template));
% instance-init