bugfix: make typefinding of .xm work
Original commit message from CVS: bugfix: make typefinding of .xm work
This commit is contained in:
parent
34ba44ffda
commit
abd28b89da
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user