From: David Schleef Date: Fri, 23 Jul 2004 03:09:49 +0000 (+0000) Subject: gst/typefind/gsttypefindfunctions.c: Add typefind for ELF files, since they can easil... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c1437f8bb08c30e291bdf3ab1ee806152bfdd88;p=platform%2Fupstream%2Fgst-plugins-bad.git 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) --- diff --git a/ChangeLog b/ChangeLog index 38a591a43..8a66fdcad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-22 David Schleef + + * 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 * gst/videoscale/videoscale.c: (gst_videoscale_setup),