mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
msdkh265enc: Fix for wrong parser free function
This commit is contained in:
parent
46f994871f
commit
950aa3d1db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue