From 6750edd1d8a99cffe53389706d6afef426ed1a0f Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Thu, 7 Jun 2007 12:01:21 +0000 Subject: [MOVED FROM GST-P-FARSIGHT] Fix multiple ref leaks (patches by SP GLE) 20070607120121-3e2dc-061e9ef7a47b1b84fa8f8092f4b8bcc0e6db8c8c.gz --- gst/rtpmux/gstrtpmux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/rtpmux/gstrtpmux.c') diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index d5fec6e8..ebc0a55d 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -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; } -- cgit v1.2.1