summaryrefslogtreecommitdiff
path: root/gst/segmentclip/gstsegmentclip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/segmentclip/gstsegmentclip.c')
-rw-r--r--gst/segmentclip/gstsegmentclip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/segmentclip/gstsegmentclip.c b/gst/segmentclip/gstsegmentclip.c
index c09a72293..5e09152b0 100644
--- a/gst/segmentclip/gstsegmentclip.c
+++ b/gst/segmentclip/gstsegmentclip.c
@@ -104,8 +104,6 @@ gst_segment_clip_init (GstSegmentClip * self, GstSegmentClipClass * g_class)
GST_PAD_SET_PROXY_ALLOCATION (self->sinkpad);
gst_element_add_pad (GST_ELEMENT (self), self->sinkpad);
- gst_object_unref (templ);
-
templ = gst_element_class_get_pad_template (element_class, "src");
g_assert (templ);