diff options
author | David Schleef <ds@schleef.org> | 2004-07-23 03:09:49 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-23 03:09:49 +0000 |
commit | e524114f4ae5b563d560ab56cda3ee7b91b8797b (patch) | |
tree | e601f09b5fd73b42664aff6988db9696b868fd17 | |
parent | 08e4d9ab71f7638988809340e2bbf89b7778514e (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |