mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue