fixed silly bug apparently gcc 3 allows this according to gcc3
Original commit message from CVS: fixed silly bug apparently gcc 3 allows this according to gcc3
This commit is contained in:
parent
33c46913a1
commit
ef327114ef
@ -33,10 +33,10 @@ mp3_typefind(GstBuffer *buf, gpointer private)
|
||||
{
|
||||
gchar *data;
|
||||
gulong head;
|
||||
|
||||
data = GST_BUFFER_DATA(buf);
|
||||
GstCaps *caps;
|
||||
|
||||
data = GST_BUFFER_DATA(buf);
|
||||
|
||||
GST_DEBUG (0,"mp3typefind: typefind\n");
|
||||
|
||||
/* check for ID3 Tag first and forward ID3 length */
|
||||
|
Loading…
x
Reference in New Issue
Block a user