From 973c8ddfdf7a1657e850a2c9f95d7de3a4f5a9b8 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 1 Jun 2010 15:47:32 +0200 Subject: [PATCH] matroskamux: _get_pad_template result needs no unref --- gst/matroska/matroska-mux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index e21e763c6f..f6c2710c49 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -328,7 +328,6 @@ gst_matroska_mux_init (GstMatroskaMux * mux, GstMatroskaMuxClass * g_class) templ = gst_element_class_get_pad_template (GST_ELEMENT_CLASS (g_class), "src"); mux->srcpad = gst_pad_new_from_template (templ, "src"); - g_object_unref (templ); gst_pad_set_event_function (mux->srcpad, gst_matroska_mux_handle_src_event); gst_element_add_pad (GST_ELEMENT (mux), mux->srcpad);