mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
jp2enc: Unref peer caps after usage to fix a memory leak
This commit is contained in:
parent
031ecef2f5
commit
3eba30d509
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ gst_jasper_enc_set_src_caps (GstJasperEnc * enc)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gst_caps_unref (peercaps);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* enumerated colourspace */
|
/* enumerated colourspace */
|
||||||
|
|
Loading…
Reference in a new issue