rtpmux: Fix multiple ref leaks (patches by SP GLE)
authorOlivier Crete <olivier.crete@collabora.co.uk>
Thu, 7 Jun 2007 12:01:21 +0000 (12:01 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:30:23 +0000 (16:30 +0000)
20070607120121-3e2dc-061e9ef7a47b1b84fa8f8092f4b8bcc0e6db8c8c.gz

gst/rtpmanager/gstrtpmux.c

index aaddc72..dbedfda 100644 (file)
@@ -417,6 +417,8 @@ gst_rtp_mux_setcaps (GstPad *pad, GstCaps *caps)
     ret = gst_pad_set_caps (rtp_mux->srcpad, caps);
   }
 
+  gst_object_unref (rtp_mux);
+
   return ret;
 }