mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
added the category number to DEBUG
Original commit message from CVS: added the category number to DEBUG
This commit is contained in:
parent
52d8f52148
commit
44aad6ef47
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue