ges.c: Add debug line to inform of initialization

This commit is contained in:
Edward Hervey 2009-08-07 16:46:35 +02:00
parent f7da500651
commit fe8fbe88ea

View file

@ -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");
}