Now store metadata info from processing into the media type.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Mar 2013 16:36:37 +0000 (10:36 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Mar 2013 16:36:37 +0000 (10:36 -0600)
commit29adab4651cd2485441a08bb97ae0165e5be0017
treea44c01ac75db5f1cf069a09a2d07a1ca52b4ab27
parentddbf6af1e20222882a7ce559804ed48f4ad31a92
Now store metadata info from processing into the media type.

This comes in several parts:
 - Store the metadata from gstreamer during processing
 - Add a new JSONEncoded field to the VideoData table
 - And, of course, add a migration for that field!

This commit sponsored by Julius Tuomisto.  Thank you, Julius!
mediagoblin/media_types/video/migrations.py
mediagoblin/media_types/video/models.py
mediagoblin/media_types/video/processing.py