mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
ges.c: Add debug line to inform of initialization
This commit is contained in:
parent
f7da500651
commit
fe8fbe88ea
1 changed files with 2 additions and 0 deletions
|
@ -28,4 +28,6 @@ ges_init (void)
|
||||||
/* initialize debugging category */
|
/* initialize debugging category */
|
||||||
GST_DEBUG_CATEGORY_INIT (ges_debug, "ges", GST_DEBUG_FG_YELLOW,
|
GST_DEBUG_CATEGORY_INIT (ges_debug, "ges", GST_DEBUG_FG_YELLOW,
|
||||||
"GStreamer Editing Services");
|
"GStreamer Editing Services");
|
||||||
|
|
||||||
|
GST_DEBUG ("GStreamer Editing Services initialized");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue