msdkh265enc: Fix for wrong parser free function
This commit is contained in:
parent
46f994871f
commit
950aa3d1db
@ -354,7 +354,7 @@ gst_msdkh265enc_finalize (GObject * object)
|
||||
GstMsdkH265Enc *thiz = GST_MSDKH265ENC (object);
|
||||
|
||||
if (thiz->parser)
|
||||
gst_h264_nal_parser_free (thiz->parser);
|
||||
gst_h265_parser_free (thiz->parser);
|
||||
if (thiz->cc_sei_array)
|
||||
g_array_unref (thiz->cc_sei_array);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user