Fix a stray GST_DEBUG(0,...)
Original commit message from CVS: Fix a stray GST_DEBUG(0,...)
This commit is contained in:
parent
5e6d64e776
commit
6e8d09e813
@ -191,7 +191,7 @@ sid_typefind (GstBuffer *buf, gpointer priv)
|
||||
guchar *data = GST_BUFFER_DATA (buf);
|
||||
GstCaps *newcaps;
|
||||
|
||||
GST_DEBUG (0,"sid_demux: typefind");
|
||||
GST_DEBUG ("sid_demux: typefind");
|
||||
|
||||
if (strncmp ((const char *)data, "PSID", 4))
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user