summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-10-24 15:38:42 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-10-24 16:17:44 +0200
commitd8a91f1f0d69895424f028e1c8473922a7ed2e88 (patch)
tree861ee3436c0fff43b3ac75155c67ddf42bfa0304 /gst-libs
parentca8399610abf2ea218dfad4be29002d9e6576a0c (diff)
pbutils: Add description for VP6 alpha and ASS subtitle
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 61c3f037b..751236b3c 100644
--- a/gst-libs/gst/pbutils/descriptions.c
+++ b/gst-libs/gst/pbutils/descriptions.c
@@ -193,6 +193,7 @@ static const FormatInfo formats[] = {
{"video/x-vp5", "On2 VP5", 0},
{"video/x-vp6", "On2 VP6", 0},
{"video/x-vp6-flash", "On2 VP6/Flash", 0},
+ {"video/x-vp6-alpha", "On2 VP6 with alpha", 0},
{"video/x-vp7", "On2 VP7", 0},
{"video/x-vp8", "VP8", 0},
{"video/x-xvid", "XVID MPEG-4", 0},
@@ -224,6 +225,7 @@ static const FormatInfo formats[] = {
{"image/x-tga", "TGA", 0},
/* subtitle formats with static descriptions */
+ {"application/x-ass", "ASS", 0},
{"application/x-subtitle-sami", N_("Sami subtitle format"), 0},
{"application/x-subtitle-tmplayer", N_("TMPlayer subtitle format"), 0},
{"application/x-kate", "Kate", 0},