After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552213 - [qtdemux] map tiff fourcc to image/tiff caps
[qtdemux] map tiff fourcc to image/tiff caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal trivial
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-14 11:26 UTC by Jonathan Matthew
Modified: 2008-09-14 11:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the obvious patch (705 bytes, patch)
2008-09-14 11:27 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2008-09-14 11:26:17 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.
Comment 1 Jonathan Matthew 2008-09-14 11:27:13 UTC
Created attachment 118692 [details] [review]
the obvious patch
Comment 2 Edward Hervey 2008-09-14 11:32:32 UTC
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