matroskamux: _get_pad_template result needs no unref

This commit is contained in:
Mark Nauwelaerts 2010-06-01 15:47:32 +02:00
parent ca0652a572
commit 973c8ddfdf

View file

@ -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);