Making a fix so that video codec name switched from "vp8 video" to "vp8"
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 6 Mar 2013 18:05:40 +0000 (12:05 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 6 Mar 2013 18:05:40 +0000 (12:05 -0600)
commit7bf229267d97e536fe4c7c7d09764b90e89e36cd
treeafe06de323a22a1c885d772bc6a43ba3a5713ec5
parenta99321b9d9e26357b59f820b55b5f3073d8ed53b
Making a fix so that video codec name switched from "vp8 video" to "vp8"

"vp8 video" is what vp8 is marked as in gstreamer's metadata.
However, the browser expects it just as the name "vp8".  So fixing
that.

This commit sponsored by Tyng-Ruey Chuang.  Thank you!
mediagoblin/media_types/video/models.py