summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-09-29 13:29:20 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-09-29 13:29:39 +0200
commitab23c2647f2fd578748ae0ed513509697e40e6e6 (patch)
treee69dd5d3c342c97bc18dfea887f4da2c25c168ac
parent8fe046c48d99080c9c49932689ccf3faccd915b0 (diff)
pbutils: Add descriptions for more codecs
-rw-r--r--gst-libs/gst/pbutils/descriptions.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/pbutils/descriptions.c b/gst-libs/gst/pbutils/descriptions.c
index ec02fb3a3..39eb411fa 100644
--- a/gst-libs/gst/pbutils/descriptions.c
+++ b/gst-libs/gst/pbutils/descriptions.c
@@ -99,6 +99,7 @@ static const FormatInfo formats[] = {
{"audio/x-amr-nb-sh", "Adaptive Multi Rate NarrowBand (AMR-NB)", 0},
{"audio/x-amr-wb-sh", "Adaptive Multi Rate WideBand (AMR-WB)", 0},
{"audio/x-au", "Sun .au", 0},
+ {"audio/x-celt", "Constrained Energy Lapped Transform (CELT)", 0},
{"audio/x-cinepak", "Cinepak Audio", 0},
{"audio/x-dpcm", "DPCM", 0},
{"audio/x-dts", "DTS", 0},
@@ -156,6 +157,7 @@ static const FormatInfo formats[] = {
{"video/x-cirrus-logic-accupak", "Cirrus Logipak AccuPak", 0},
{"video/x-compressed-yuv", N_("CYUV Lossless"), 0},
{"video/x-dirac", "Dirac", 0},
+ {"video/x-dnxhd", "Digital Nonlinear Extensible High Definition (DNxHD)", 0},
{"video/x-dvd-subpicture", "DVD subpicture", 0},
{"video/x-ffv", N_("FFMpeg v1"), 0},
{"video/x-flash-screen", "Flash Screen Video", 0},
@@ -166,6 +168,7 @@ static const FormatInfo formats[] = {
{"video/x-jpeg", "Motion JPEG", 0},
/* { "video/x-jpeg-b", "", 0 }, does this actually exist? */
{"video/x-loco", "LOCO Lossless", 0},
+ {"video/x-mimic", "MIMIC", 0},
{"video/x-mjpeg", "Motion-JPEG", 0},
{"video/x-mjpeg-b", "Motion-JPEG format B", 0},
{"video/mpegts", "MPEG-2 Transport Stream", FLAG_CONTAINER},