audioconvert: plug caps leak
This commit is contained in:
parent
27408ee47f
commit
aaf84a941e
@ -597,6 +597,8 @@ gst_audio_convert_fixate_caps (GstBaseTransform * base,
|
|||||||
|
|
||||||
result = gst_caps_intersect (othercaps, caps);
|
result = gst_caps_intersect (othercaps, caps);
|
||||||
if (gst_caps_is_empty (result)) {
|
if (gst_caps_is_empty (result)) {
|
||||||
|
if (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