ges.c: Add debug line to inform of initialization
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 7 Aug 2009 14:46:35 +0000 (16:46 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 7 Aug 2009 14:46:35 +0000 (16:46 +0200)
ges/ges.c

index 3880b63..7ab00c5 100644 (file)
--- a/ges/ges.c
+++ b/ges/ges.c
@@ -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");
 }