mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
matroskademux: initialise seen_markup_tag field on subtitle stream context
This commit is contained in:
parent
a3bc431924
commit
54a951ff15
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ gst_matroska_track_init_subtitle_context (GstMatroskaTrackContext ** p_context)
|
|||
|
||||
(*p_context)->type = GST_MATROSKA_TRACK_TYPE_SUBTITLE;
|
||||
subtitle_context->invalid_utf8 = FALSE;
|
||||
subtitle_context->seen_markup_tag = FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue