Updated video thumbnail pipeline to use decodebin2
authorayleph <ayleph@thisshitistemp.com>
Sat, 2 Aug 2014 03:15:55 +0000 (20:15 -0700)
committerayleph <ayleph@thisshitistemp.com>
Sat, 2 Aug 2014 03:15:55 +0000 (20:15 -0700)
commit19df85773489255fdefbd1ed4ede033048c3588f
tree93ee28d96e451f097ae808ec8d21fe44c391e41a
parent8917ffb1e73ac8ed0fc825113593e5e5ca9b4573
Updated video thumbnail pipeline to use decodebin2

The video thumbnailer uses decodebin to automatically detect the file type in the thumbnail pipeline. However, decodebin does not properly demux theora streams, which causes the thumbnailer to fail for .ogv files. decodebin2 properly demuxes the theora stream and successfully creates thumbnails for .ogv files.
mediagoblin/media_types/video/transcoders.py