projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32c5e4
)
ladspa: Unref pad template caps after usage
author
Sebastian Rasmussen
<sebras@hotmail.com>
Fri, 8 Aug 2014 23:25:21 +0000
(
01:25
+0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 11 Aug 2014 06:48:06 +0000
(08:48 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=734519
ext/ladspa/gstladspafilter.c
patch
|
blob
|
history
diff --git
a/ext/ladspa/gstladspafilter.c
b/ext/ladspa/gstladspafilter.c
index
d1b853b
..
69d0e63
100644
(file)
--- a/
ext/ladspa/gstladspafilter.c
+++ b/
ext/ladspa/gstladspafilter.c
@@
-121,6
+121,9
@@
gst_ladspa_filter_type_transform_caps (GstBaseTransform * base,
GST_DEBUG_OBJECT (ladspa_debug, "Intersection %" GST_PTR_FORMAT, ret);
}
+ gst_caps_unref (srccaps);
+ gst_caps_unref (sinkcaps);
+
return ret;
}