matroskademux: initialise seen_markup_tag field on subtitle stream context
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 26 Nov 2011 16:06:59 +0000 (16:06 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 26 Nov 2011 16:06:59 +0000 (16:06 +0000)
gst/matroska/matroska-ids.c

index 5bed5e6..8e62395 100644 (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;
 }