projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ba44f
)
bugfix: make typefinding of .xm work
author
Benjamin Otte
<otte@gnome.org>
Thu, 7 Feb 2002 15:35:36 +0000
(15:35 +0000)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 7 Feb 2002 15:35:36 +0000
(15:35 +0000)
Original commit message from CVS:
bugfix: make typefinding of .xm work
ext/mikmod/mikmod_types.c
patch
|
blob
|
history
diff --git
a/ext/mikmod/mikmod_types.c
b/ext/mikmod/mikmod_types.c
index
5975da9
..
3e75478
100644
(file)
--- a/
ext/mikmod/mikmod_types.c
+++ b/
ext/mikmod/mikmod_types.c
@@
-203,7
+203,7
@@
gboolean Xm_CheckType( GstBuffer *buf )
{
gchar *data;
- data = GST_BUFFER_DATA( buf )
+ 0x2c
;
+ data = GST_BUFFER_DATA( buf );
if( memcmp( data, "Extended Module: ", 17 ))
return FALSE;