diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-01-23 15:35:05 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-01-23 15:35:05 +0100 |
commit | c783ec3c4dd1a649ef96739fcadb8ff04289ed11 (patch) | |
tree | 49dcf2aa3344c4248ccd238fc9e12a21c7a3caad | |
parent | dde84e4c4b2681b78918452890355c8322ff9c36 (diff) |
pbutils: Add description for Zip Block Motion Video
-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 9f770318..f17fc7aa 100644 --- a/gst-libs/gst/pbutils/descriptions.c +++ b/gst-libs/gst/pbutils/descriptions.c @@ -191,6 +191,7 @@ static const FormatInfo formats[] = { {"video/x-vp7", "On2 VP7", 0}, {"video/x-xvid", "XVID MPEG-4", 0}, {"video/x-zlib", "Lossless zlib video", 0}, + {"video/x-zmbv", "Zip Motion Block video", 0}, /* image formats with static descriptions */ {"image/bmp", "BMP", 0}, |