mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
basetransform: plug caps leak
This commit is contained in:
parent
eadebb172d
commit
096d36e5c5
1 changed files with 1 additions and 0 deletions
|
@ -1086,6 +1086,7 @@ gst_base_transform_find_transform (GstBaseTransform * trans, GstPad * pad,
|
||||||
gst_caps_unref (othercaps);
|
gst_caps_unref (othercaps);
|
||||||
othercaps = intersection;
|
othercaps = intersection;
|
||||||
} else {
|
} else {
|
||||||
|
gst_caps_unref (othercaps);
|
||||||
othercaps = peercaps;
|
othercaps = peercaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue