matroskademux: initialise seen_markup_tag field on subtitle stream context

This commit is contained in:
Tim-Philipp Müller 2011-11-26 16:06:59 +00:00
parent a3bc431924
commit 54a951ff15

View file

@ -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;
}