mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
rtph265depay: fix caps leak
This commit is contained in:
parent
a68a7fb65d
commit
18b53c2236
1 changed files with 1 additions and 0 deletions
|
@ -541,6 +541,7 @@ gst_rtp_h265_set_src_caps (GstRtpH265Depay * rtph265depay)
|
||||||
|
|
||||||
gst_caps_unref (tmp_caps);
|
gst_caps_unref (tmp_caps);
|
||||||
}
|
}
|
||||||
|
gst_caps_unref (old_caps);
|
||||||
} else {
|
} else {
|
||||||
res =
|
res =
|
||||||
gst_pad_set_caps (GST_RTP_BASE_DEPAYLOAD_SRCPAD (rtph265depay),
|
gst_pad_set_caps (GST_RTP_BASE_DEPAYLOAD_SRCPAD (rtph265depay),
|
||||||
|
|
Loading…
Reference in a new issue