videoconvert: plug caps leak
This commit is contained in:
parent
91aa1eb7dd
commit
6656affdfa
@ -146,6 +146,7 @@ gst_video_convert_fixate_caps (GstBaseTransform * trans,
|
|||||||
|
|
||||||
result = gst_caps_intersect (othercaps, caps);
|
result = gst_caps_intersect (othercaps, caps);
|
||||||
if (gst_caps_is_empty (result)) {
|
if (gst_caps_is_empty (result)) {
|
||||||
|
gst_caps_unref (result);
|
||||||
result = othercaps;
|
result = othercaps;
|
||||||
} else {
|
} else {
|
||||||
gst_caps_unref (othercaps);
|
gst_caps_unref (othercaps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user