mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue