qtdemux: Handle closed captions as subtitle streams
This commit is contained in:
parent
3f360e8f15
commit
5e4f215bfb
@ -8518,7 +8518,8 @@ gst_qtdemux_add_stream (GstQTDemux * qtdemux,
|
||||
} else if (stream->subtype == FOURCC_strm) {
|
||||
GST_DEBUG_OBJECT (qtdemux, "stream type, not creating pad");
|
||||
} else if (stream->subtype == FOURCC_subp || stream->subtype == FOURCC_text
|
||||
|| stream->subtype == FOURCC_sbtl || stream->subtype == FOURCC_subt) {
|
||||
|| stream->subtype == FOURCC_sbtl || stream->subtype == FOURCC_subt
|
||||
|| stream->subtype == FOURCC_clcp) {
|
||||
gchar *name = g_strdup_printf ("subtitle_%u", qtdemux->n_sub_streams);
|
||||
|
||||
stream->pad =
|
||||
|
Loading…
x
Reference in New Issue
Block a user