summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/videoparsers/gsth265parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c
index 56ace3d8c..d696e8daa 100644
--- a/gst/videoparsers/gsth265parse.c
+++ b/gst/videoparsers/gsth265parse.c
@@ -199,7 +199,7 @@ gst_h265_parse_reset (GstH265Parse * h265parse)
h265parse->sent_codec_tag = FALSE;
h265parse->pending_key_unit_ts = GST_CLOCK_TIME_NONE;
- h265parse->force_key_unit_event = NULL;
+ gst_event_replace (&h265parse->force_key_unit_event, NULL);
h265parse->discont = FALSE;