added the category number to DEBUG

Original commit message from CVS:
added the category number to DEBUG
This commit is contained in:
Erik Walthinsen 2001-01-01 07:44:32 +00:00
parent 52d8f52148
commit 44aad6ef47
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ extern gboolean _gst_plugin_spew;
static gboolean playing = TRUE;
void eof(GstElement *src) {
GST_DEBUG("have EOF\n");
GST_DEBUG(0,"have EOF\n");
playing = FALSE;
}

View file

@ -10,7 +10,7 @@ extern gboolean _gst_plugin_spew;
static gboolean playing = TRUE;
void eof(GstElement *src) {
GST_DEBUG("have EOF\n");
GST_DEBUG(0,"have EOF\n");
playing = FALSE;
}