mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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);
|
||||
othercaps = intersection;
|
||||
} else {
|
||||
gst_caps_unref (othercaps);
|
||||
othercaps = peercaps;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue