fix warning (yes, I'm using -Werror now :)

Original commit message from CVS:
fix warning (yes, I'm using -Werror now :)
This commit is contained in:
Benjamin Otte 2002-03-04 22:01:42 +00:00
parent ffd3b291fd
commit a7ae86114a

View file

@ -224,7 +224,7 @@ gst_elementfactory_create (GstElementFactory *factory,
g_return_val_if_fail(factory != NULL, NULL);
GST_DEBUG (GST_CAT_ELEMENTFACTORY,"creating element from factory \"%s\" with name \"%s\" and type %d\n",
GST_OBJECT_NAME (factory), name, factory->type);
GST_OBJECT_NAME (factory), name, (gint) factory->type);
if (!gst_plugin_feature_ensure_loaded (GST_PLUGIN_FEATURE (factory)))
return NULL;