commit | 563ffc0d8ff426a6691051e289a6beec3e20abdf | [log] [tgz] |
---|---|---|
author | Chris Bass <floobleflam@gmail.com> | Tue Aug 18 14:30:57 2015 +0100 |
committer | Sebastian Dröge <sebastian@centricular.com> | Sat Sep 26 00:51:42 2015 +0200 |
tree | 9c9f321f3291a2925460ade53f7b1a8710ebef26 | |
parent | 7046852e7dcfe768fabe992e8e43c3684a3c948b [diff] [blame] |
qtdemux: support timed-text subtitle tracks. https://bugzilla.gnome.org/show_bug.cgi?id=752818
diff --git a/gst/isomp4/qtdemux_types.c b/gst/isomp4/qtdemux_types.c index 8e8189d..dc71228 100644 --- a/gst/isomp4/qtdemux_types.c +++ b/gst/isomp4/qtdemux_types.c
@@ -201,6 +201,7 @@ {FOURCC_schi, "scheme information", QT_FLAG_CONTAINER}, {FOURCC_pssh, "protection system specific header", 0}, {FOURCC_tenc, "track encryption", 0}, + {FOURCC_stpp, "XML subtitle sample entry", 0}, {0, "unknown", 0,}, };