From 885df9cace3073541dc237b716d0c7c17b2cf7ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 28 Apr 2012 15:32:56 +0100 Subject: [PATCH] pbutils: update descriptions for new webm/matroska media types --- gst-libs/gst/pbutils/descriptions.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/pbutils/descriptions.c b/gst-libs/gst/pbutils/descriptions.c index ab92ded..e0b6fb9 100644 --- a/gst-libs/gst/pbutils/descriptions.c +++ b/gst-libs/gst/pbutils/descriptions.c @@ -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}, -- 2.7.4