matroskademux: Don't forget SSA subtitles in last commit
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 1 Dec 2011 12:38:06 +0000 (13:38 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 1 Dec 2011 12:38:06 +0000 (13:38 +0100)
gst/matroska/matroska-demux.c

index 78ceaa5..3d5a569 100644 (file)
@@ -5401,7 +5401,7 @@ gst_matroska_demux_subtitle_caps (GstMatroskaTrackSubtitleContext *
   } else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_SUBTITLE_SSA)) {
     caps = gst_caps_new_simple ("application/x-ssa", NULL);
     context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer;
-    subtitlecontext->check_markup = TRUE;
+    subtitlecontext->check_markup = FALSE;
   } else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_SUBTITLE_ASS)) {
     caps = gst_caps_new_simple ("application/x-ass", NULL);
     context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer;