mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
pbutils: Add some more subtitle format descriptions
This commit is contained in:
parent
affd142d33
commit
b47350b6e9
1 changed files with 7 additions and 2 deletions
|
@ -234,13 +234,18 @@ static const FormatInfo formats[] = {
|
||||||
{"image/vnd.wap.wbmp", "Wireless Bitmap", 0},
|
{"image/vnd.wap.wbmp", "Wireless Bitmap", 0},
|
||||||
|
|
||||||
/* subtitle formats with static descriptions */
|
/* subtitle formats with static descriptions */
|
||||||
{"application/x-ass", "ASS", 0},
|
{"application/x-ssa", "SubStation Alpha", 0},
|
||||||
|
{"application/x-ass", "Advanced SubStation Alpha", 0},
|
||||||
|
/* FIXME: add variant field to typefinder? */
|
||||||
|
{"application/x-subtitle", N_("Subtitle"), 0},
|
||||||
|
{"application/x-subtitle-mpl2", N_("MPL2 subtitle format"), 0},
|
||||||
|
{"application/x-subtitle-dks", N_("DKS subtitle format"), 0},
|
||||||
|
{"application/x-subtitle-qttext", N_("QTtext subtitle format"), 0},
|
||||||
{"application/x-subtitle-sami", N_("Sami subtitle format"), 0},
|
{"application/x-subtitle-sami", N_("Sami subtitle format"), 0},
|
||||||
{"application/x-subtitle-tmplayer", N_("TMPlayer subtitle format"), 0},
|
{"application/x-subtitle-tmplayer", N_("TMPlayer subtitle format"), 0},
|
||||||
{"application/x-kate", "Kate", 0},
|
{"application/x-kate", "Kate", 0},
|
||||||
{"subtitle/x-kate", N_("Kate subtitle format"), 0},
|
{"subtitle/x-kate", N_("Kate subtitle format"), 0},
|
||||||
{"subpicture/x-dvb", "DVB subtitles", 0},
|
{"subpicture/x-dvb", "DVB subtitles", 0},
|
||||||
/* add variant field to typefinder? { "application/x-subtitle", N_("subtitle"), 0}, */
|
|
||||||
|
|
||||||
/* non-audio/video/container formats */
|
/* non-audio/video/container formats */
|
||||||
{"hdv/aux-v", "HDV AUX-V", 0},
|
{"hdv/aux-v", "HDV AUX-V", 0},
|
||||||
|
|
Loading…
Reference in a new issue