summaryrefslogtreecommitdiff
path: root/tools/element-templates/srcpad-template
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-03-15 00:25:43 -0700
committerDavid Schleef <ds@schleef.org>2013-03-15 20:30:01 -0700
commit84faa2f8b8a62c8c9a976c22627ba9714394d723 (patch)
treeda39fa2ee378df25bd29ff01e25a92a63c5f87c5 /tools/element-templates/srcpad-template
parent7992c1c92e3745211026cdbe8d3688d46d2cb8bc (diff)
downloadgstreamer-plugins-bad-84faa2f8b8a62c8c9a976c22627ba9714394d723.tar.gz
element-maker: clean up bits from previous commit
Files that were supposed to be in the previous element-maker commit. This is what happens when cherry-pick doesn't work.
Diffstat (limited to 'tools/element-templates/srcpad-template')
-rw-r--r--tools/element-templates/srcpad-template4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/element-templates/srcpad-template b/tools/element-templates/srcpad-template
index dd0842bbd..020f6a281 100644
--- a/tools/element-templates/srcpad-template
+++ b/tools/element-templates/srcpad-template
@@ -11,8 +11,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
);
% base-init
- gst_element_class_add_static_pad_template (element_class,
- &gst_replace_src_template);
+ gst_element_class_add_pad_template (element_class,
+ gst_static_pad_template_get (&gst_replace_src_template);
% instance-init
% methods
% end