From 41a8de905b0022779d1502540a278f3d0b17d241 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 8 Jun 2005 13:41:05 +0000 Subject: [PATCH] add a debug line Original commit message from CVS: add a debug line --- gst/gstelementfactory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 6f9b58c..3f70ddc 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -346,6 +346,7 @@ gst_element_factory_create (GstElementFactory * factory, const gchar * name) if (name) gst_object_set_name (GST_OBJECT (element), name); + GST_DEBUG ("created \"%s\" at", GST_PLUGIN_FEATURE_NAME (factory)); return element; } -- 2.7.4