summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska-ids.c')
-rw-r--r--gst/matroska/matroska-ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.c b/gst/matroska/matroska-ids.c
index dde46769..db8261ab 100644
--- a/gst/matroska/matroska-ids.c
+++ b/gst/matroska/matroska-ids.c
@@ -105,6 +105,7 @@ gst_matroska_track_init_subtitle_context (GstMatroskaTrackContext ** p_context)
*p_context = (GstMatroskaTrackContext *) subtitle_context;
(*p_context)->type = GST_MATROSKA_TRACK_TYPE_SUBTITLE;
+ subtitle_context->invalid_utf8 = FALSE;
return TRUE;
}