From d714a5a68bb3aa9bbe1db2bdb73496d355fc5956 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 23 Jan 2010 14:35:28 +0100 Subject: [PATCH] pbutils: Add description for LOCO Lossless codec --- gst-libs/gst/pbutils/descriptions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/pbutils/descriptions.c b/gst-libs/gst/pbutils/descriptions.c index 3ce373f1fa..9f770318ec 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},