GNOME Bugzilla – Bug 552213
[qtdemux] map tiff fourcc to image/tiff caps
Last modified: 2008-09-14 11:32:32 UTC
As listed here: http://wiki.multimedia.cx/index.php?title=QuickTime_container (twice!) and seen in this file: http://www.hospitalrecords.com/podcast/poddy25.m4a, which currently results in a missing-plugin message asking for a 'video/x-gst-fourcc-tiff decoder'. After adding the mapping, the image is displayed correctly.
Created attachment 118692 [details] [review] the obvious patch
And obviously... committed :) Thanks. 2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk> Patch by: Jonathan Matthew <notverysmart@gmail.com> * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add mapping for 'tiff' => image/tiff Fixes #552213