summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-26 17:29:38 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-26 17:29:38 +0000
commit802cf04d06274c48c5ca8115dde0d6bf98bb308c (patch)
tree48fa1730e03d2a040a8140e465fbd285cd0195e9 /gst-libs
parentdd135119d929ce60c2a2594b51cd3db0e47a6b73 (diff)
pbutils: add description for DVB subtitle caps
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/pbutils/descriptions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/pbutils/descriptions.c b/gst-libs/gst/pbutils/descriptions.c
index ca9934424..cd67a6bd8 100644
--- a/gst-libs/gst/pbutils/descriptions.c
+++ b/gst-libs/gst/pbutils/descriptions.c
@@ -161,6 +161,7 @@ static const FormatInfo formats[] = {
{"video/x-compressed-yuv", N_("CYUV Lossless"), 0},
{"video/x-dirac", "Dirac", 0},
{"video/x-dnxhd", "Digital Nonlinear Extensible High Definition (DNxHD)", 0},
+ /* FIXME 0.11: rename to subpicture/x-dvd or so */
{"video/x-dvd-subpicture", "DVD subpicture", 0},
{"video/x-ffv", N_("FFMpeg v1"), 0},
{"video/x-flash-screen", "Flash Screen Video", 0},
@@ -235,6 +236,7 @@ static const FormatInfo formats[] = {
{"application/x-subtitle-tmplayer", N_("TMPlayer subtitle format"), 0},
{"application/x-kate", "Kate", 0},
{"subtitle/x-kate", N_("Kate subtitle format"), 0},
+ {"subpicture/x-dvb", "DVB subtitles", 0},
/* add variant field to typefinder? { "application/x-subtitle", N_("subtitle"), 0}, */
/* non-audio/video/container formats */