summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-07-23 03:09:49 +0000
committerDavid Schleef <ds@schleef.org>2004-07-23 03:09:49 +0000
commit6c1437f8bb08c30e291bdf3ab1ee806152bfdd88 (patch)
tree54d6ec1b91ea0a64b6bd8e561b49bf7e8492f258 /ChangeLog
parent1c2f596e1ab1705c8604ff2341e0047d64f748df (diff)
downloadgst-plugins-bad-6c1437f8bb08c30e291bdf3ab1ee806152bfdd88.tar.gz
gst-plugins-bad-6c1437f8bb08c30e291bdf3ab1ee806152bfdd88.tar.bz2
gst-plugins-bad-6c1437f8bb08c30e291bdf3ab1ee806152bfdd88.zip
gst/typefind/gsttypefindfunctions.c: Add typefind for ELF files, since they can easily be recognized as audio/mpeg.
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind for ELF files, since they can easily be recognized as audio/mpeg. (bug #147441)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38a591a4..8a66fdca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-22 David Schleef <ds@schleef.org>
+
+ * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
+ for ELF files, since they can easily be recognized as audio/mpeg.
+ (bug #147441)
+
2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/videoscale/videoscale.c: (gst_videoscale_setup),