mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +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;
|
static gboolean playing = TRUE;
|
||||||
|
|
||||||
void eof(GstElement *src) {
|
void eof(GstElement *src) {
|
||||||
GST_DEBUG("have EOF\n");
|
GST_DEBUG(0,"have EOF\n");
|
||||||
playing = FALSE;
|
playing = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ extern gboolean _gst_plugin_spew;
|
||||||
static gboolean playing = TRUE;
|
static gboolean playing = TRUE;
|
||||||
|
|
||||||
void eof(GstElement *src) {
|
void eof(GstElement *src) {
|
||||||
GST_DEBUG("have EOF\n");
|
GST_DEBUG(0,"have EOF\n");
|
||||||
playing = FALSE;
|
playing = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue