mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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 */
|
||||
GST_DEBUG_CATEGORY_INIT (ges_debug, "ges", GST_DEBUG_FG_YELLOW,
|
||||
"GStreamer Editing Services");
|
||||
|
||||
GST_DEBUG ("GStreamer Editing Services initialized");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue