From: Tim-Philipp Müller Date: Sat, 26 Nov 2011 16:06:59 +0000 (+0000) Subject: matroskademux: initialise seen_markup_tag field on subtitle stream context X-Git-Tag: 1.19.3~509^2~7136^2~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54a951ff153281e83a49a990dc6e4fdfee42b21b;p=platform%2Fupstream%2Fgstreamer.git matroskademux: initialise seen_markup_tag field on subtitle stream context --- diff --git a/gst/matroska/matroska-ids.c b/gst/matroska/matroska-ids.c index 5bed5e6..8e62395 100644 --- a/gst/matroska/matroska-ids.c +++ b/gst/matroska/matroska-ids.c @@ -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; }