projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5544a35
)
rtph265depay: fix caps leak
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 2 Jun 2017 10:30:15 +0000
(11:30 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 2 Jun 2017 10:55:56 +0000
(11:55 +0100)
gst/rtp/gstrtph265depay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtph265depay.c
b/gst/rtp/gstrtph265depay.c
index
f139dc0
..
677a3a4
100644
(file)
--- a/
gst/rtp/gstrtph265depay.c
+++ b/
gst/rtp/gstrtph265depay.c
@@
-541,6
+541,7
@@
gst_rtp_h265_set_src_caps (GstRtpH265Depay * rtph265depay)
gst_caps_unref (tmp_caps);
}
+ gst_caps_unref (old_caps);
} else {
res =
gst_pad_set_caps (GST_RTP_BASE_DEPAYLOAD_SRCPAD (rtph265depay),