mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
matroskademux: Don't forget SSA subtitles in last commit
This commit is contained in:
parent
588734b291
commit
6ec601fa12
1 changed files with 1 additions and 1 deletions
|
@ -5401,7 +5401,7 @@ gst_matroska_demux_subtitle_caps (GstMatroskaTrackSubtitleContext *
|
||||||
} else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_SUBTITLE_SSA)) {
|
} else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_SUBTITLE_SSA)) {
|
||||||
caps = gst_caps_new_simple ("application/x-ssa", NULL);
|
caps = gst_caps_new_simple ("application/x-ssa", NULL);
|
||||||
context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer;
|
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)) {
|
} else if (!strcmp (codec_id, GST_MATROSKA_CODEC_ID_SUBTITLE_ASS)) {
|
||||||
caps = gst_caps_new_simple ("application/x-ass", NULL);
|
caps = gst_caps_new_simple ("application/x-ass", NULL);
|
||||||
context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer;
|
context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer;
|
||||||
|
|
Loading…
Reference in a new issue