mxfmux: Avoid taking unnecessary ref
authorSebastian Rasmussen <sebras@hotmail.com>
Sun, 13 Jul 2014 14:07:02 +0000 (16:07 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Jul 2014 14:47:21 +0000 (16:47 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123

gst/mxf/mxfmux.c

index 64c9c9a..a08d05e 100644 (file)
@@ -270,7 +270,7 @@ gst_mxf_mux_event_caps (GstPad * pad, GstCaps * caps)
   }
 
   cpad->descriptor =
-      cpad->writer->get_descriptor (gst_pad_get_pad_template (pad), caps,
+      cpad->writer->get_descriptor (GST_PAD_PAD_TEMPLATE (pad), caps,
       &cpad->write_func, &cpad->mapping_data);
 
   if (!cpad->descriptor) {