[MOVED FROM GST-P-FARSIGHT] Fix multiple ref leaks (patches by SP GLE)

20070607120121-3e2dc-061e9ef7a47b1b84fa8f8092f4b8bcc0e6db8c8c.gz
This commit is contained in:
Olivier Crete 2007-06-07 12:01:21 +00:00 committed by Edward Hervey
parent 7d12ea7ba8
commit 6750edd1d8

View 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;
}