summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Emont <guillaume@fluendo.com>2008-12-11 12:32:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-11 12:32:03 +0000
commitd477a37e7effb528d8d0f9888fa28c1ab2a4b89f (patch)
treef6d64c5a29807b1e78fbe5ebfd7572c38750ba1f /ChangeLog
parent08736ec1aedfb6a0bdaf1eca5500f41548382a3f (diff)
gst/typefind/gsttypefindfunctions.c: Add typefinders for MS Word files and OS X .DS_Store files to prevent them to be...
Original commit message from CVS: Patch by: Guillaume Emont <guillaume at fluendo dot com> * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefinders for MS Word files and OS X .DS_Store files to prevent them to be recognized as MPEG files. Fixes bug #564098.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc3d5af80..edaa96541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Guillaume Emont <guillaume at fluendo dot com>
+
+ * gst/typefind/gsttypefindfunctions.c: (plugin_init):
+ Add typefinders for MS Word files and OS X .DS_Store files to
+ prevent them to be recognized as MPEG files. Fixes bug #564098.
+
2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/playback/gstplaysink.c: (gen_audio_chain),