be less strict

Original commit message from CVS:
be less strict
This commit is contained in:
Joshua N. Pritikin 2001-09-14 17:32:27 +00:00
parent 97b5907cf6
commit 6f4cf66e19

View file

@ -176,7 +176,6 @@ gst_elementfactory_new (const gchar *name, GType type,
GstElementFactory *factory;
g_return_val_if_fail(name != NULL, NULL);
g_return_val_if_fail(type != 0, NULL);
g_return_val_if_fail (details, NULL);
factory = gst_elementfactory_find (name);