mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
rtpmux: Fix multiple ref leaks (patches by SP GLE)
20070607120121-3e2dc-061e9ef7a47b1b84fa8f8092f4b8bcc0e6db8c8c.gz
This commit is contained in:
parent
42f455e902
commit
1c5075f927
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue