add a debug line

Original commit message from CVS:
add a debug line
This commit is contained in:
Thomas Vander Stichele 2005-06-08 13:41:05 +00:00
parent 1ffd2bc0ce
commit 41a8de905b

View file

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