summaryrefslogtreecommitdiffstats
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
commite524114f4ae5b563d560ab56cda3ee7b91b8797b (patch)
treee601f09b5fd73b42664aff6988db9696b868fd17
parent08e4d9ab71f7638988809340e2bbf89b7778514e (diff)
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)
-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),