it's nice to see the core's version when running apps

Original commit message from CVS:
it's nice to see the core's version when running apps
This commit is contained in:
Thomas Vander Stichele 2002-05-01 14:58:22 +00:00
parent c6db4c16aa
commit 4cebbc6821

View file

@ -278,7 +278,8 @@ init_post (void)
llf = G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_ERROR | G_LOG_FLAG_FATAL;
g_log_set_handler(g_log_domain_gstreamer, llf, debug_log_handler, NULL);
GST_INFO (GST_CAT_GST_INIT, "Initializing GStreamer Core Library");
GST_INFO (GST_CAT_GST_INIT, "Initializing GStreamer Core Library version %s",
GST_VERSION);
gst_object_get_type ();
gst_pad_get_type ();