mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ladspa: Unref pad template caps after usage
https://bugzilla.gnome.org/show_bug.cgi?id=734519
This commit is contained in:
parent
1b56e80147
commit
9b7314cb6c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue