pbutils: update descriptions for new webm/matroska media types
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 28 Apr 2012 14:32:56 +0000 (15:32 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 28 Apr 2012 14:51:08 +0000 (15:51 +0100)
gst-libs/gst/pbutils/descriptions.c

index ab92ded..e0b6fb9 100644 (file)
@@ -67,6 +67,8 @@ static const FormatInfo formats[] = {
   /* container/tag formats with static descriptions */
   {"audio/annodex", "Ogg", FLAG_CONTAINER},
   {"audio/ogg", "Ogg", FLAG_CONTAINER},
+  {"audio/webm", "WebM", FLAG_CONTAINER},
+  {"audio/x-matroska", "Matroska", FLAG_CONTAINER},
   {"application/annodex", "Ogg", FLAG_CONTAINER},
   {"application/gxf", "General Exchange Format (GXF)", FLAG_CONTAINER},
   {"application/ogg", "Ogg", FLAG_CONTAINER},
@@ -86,6 +88,7 @@ static const FormatInfo formats[] = {
   {"video/x-fli", "FLI/FLC/FLX Animation", FLAG_CONTAINER},
   {"video/x-flv", "Flash", FLAG_CONTAINER},
   {"video/x-matroska", "Matroska", FLAG_CONTAINER},
+  {"video/x-matroska-3d", "Matroska", FLAG_CONTAINER},
   {"video/webm", "WebM", FLAG_CONTAINER},
   {"video/x-ms-asf", "Advanced Streaming Format (ASF)", FLAG_CONTAINER},
   {"video/x-msvideo", "Audio Video Interleave (AVI)", FLAG_CONTAINER},