diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-01-23 14:35:28 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-01-23 14:35:28 +0100 |
commit | d714a5a68bb3aa9bbe1db2bdb73496d355fc5956 (patch) | |
tree | bc3f6bd28bc2bf01ca2ea3e2d74d7cfa90add595 | |
parent | 554b4a6c2555b936c9fe1282d8fbfda5673e81b6 (diff) |
pbutils: Add description for LOCO Lossless codec
-rw-r--r-- | gst-libs/gst/pbutils/descriptions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/pbutils/descriptions.c b/gst-libs/gst/pbutils/descriptions.c index 3ce373f1..9f770318 100644 --- a/gst-libs/gst/pbutils/descriptions.c +++ b/gst-libs/gst/pbutils/descriptions.c @@ -164,6 +164,7 @@ static const FormatInfo formats[] = { {"video/x-intel-h263", "Intel H.263", 0}, {"video/x-jpeg", "Motion JPEG", 0}, /* { "video/x-jpeg-b", "", 0 }, does this actually exist? */ + {"video/x-loco", "LOCO Lossless", 0}, {"video/x-mjpeg", "Motion-JPEG", 0}, {"video/x-mjpeg-b", "Motion-JPEG format B", 0}, {"video/mpegts", "MPEG-2 Transport Stream", FLAG_CONTAINER}, |