mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
ladspa: Unref pad template caps after usage
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734519
This commit is contained in:
parent
9b7314cb6c
commit
4dde567480
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ gst_ladspa_filter_type_transform_caps (GstBaseTransform * base,
|
|||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
gst_caps_unref (srccaps);
|
||||
gst_caps_unref (sinkcaps);
|
||||
|
||||
GST_DEBUG_OBJECT (ladspa_debug, "transformed %" GST_PTR_FORMAT, ret);
|
||||
|
||||
if (filter) {
|
||||
|
|
Loading…
Reference in a new issue