mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
h265parse: Unref/replace force_key_unit_event in gst_h265_parse_reset
Apply the commit 36a2aca
https://bugzilla.gnome.org/show_bug.cgi?id=754124
This commit is contained in:
parent
7032b6a454
commit
2bd883621f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue