basetransform: plug caps leak

This commit is contained in:
Mark Nauwelaerts 2012-03-30 16:53:00 +02:00
parent eadebb172d
commit 096d36e5c5

View file

@ -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;
}