mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
pbutils: Add Closed Caption caps description
https://bugzilla.gnome.org/show_bug.cgi?id=794901
This commit is contained in:
parent
b5698995f1
commit
43254a2196
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ static const FormatInfo formats[] = {
|
||||||
""},
|
""},
|
||||||
{"application/x-teletext", "Teletext", 0, ""},
|
{"application/x-teletext", "Teletext", 0, ""},
|
||||||
{"application/x-kate", "Kate", 0, ""},
|
{"application/x-kate", "Kate", 0, ""},
|
||||||
|
{"closedcaption/x-cea-608", N_("CEA 608 Closed Caption"), FLAG_SUB, ""},
|
||||||
|
{"closedcaption/x-cea-708", N_("CEA 708 Closed Caption"), FLAG_SUB, ""},
|
||||||
{"subtitle/x-kate", N_("Kate subtitle format"), FLAG_SUB, ""},
|
{"subtitle/x-kate", N_("Kate subtitle format"), FLAG_SUB, ""},
|
||||||
{"application/x-subtitle-vtt", N_("WebVTT subtitle format"), FLAG_SUB, ""},
|
{"application/x-subtitle-vtt", N_("WebVTT subtitle format"), FLAG_SUB, ""},
|
||||||
{"subpicture/x-dvb", "DVB subtitles", FLAG_SUB, ""},
|
{"subpicture/x-dvb", "DVB subtitles", FLAG_SUB, ""},
|
||||||
|
|
Loading…
Reference in a new issue