summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Matthew <notverysmart@gmail.com>2008-09-14 11:32:15 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-09-14 11:32:15 +0000
commit50eed1907b957d3a1e449e410941ce554af58bda (patch)
treebf73ac2635d82d3df4a9b865322e830069814335 /ChangeLog
parent2a4c9ec6aadb19df6fb0a391e74bd7160130f4df (diff)
gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiff
Original commit message from CVS: Patch by: Jonathan Matthew <notverysmart@gmail.com> * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add mapping for 'tiff' => image/tiff Fixes #552213
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd5e8bf..33dec662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
2008-09-11 Tim-Philipp Müller <tim.muller at collabora co uk>