mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
be less strict
Original commit message from CVS: be less strict
This commit is contained in:
parent
97b5907cf6
commit
6f4cf66e19
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ gst_elementfactory_new (const gchar *name, GType type,
|
||||||
GstElementFactory *factory;
|
GstElementFactory *factory;
|
||||||
|
|
||||||
g_return_val_if_fail(name != NULL, NULL);
|
g_return_val_if_fail(name != NULL, NULL);
|
||||||
g_return_val_if_fail(type != 0, NULL);
|
|
||||||
g_return_val_if_fail (details, NULL);
|
g_return_val_if_fail (details, NULL);
|
||||||
|
|
||||||
factory = gst_elementfactory_find (name);
|
factory = gst_elementfactory_find (name);
|
||||||
|
|
Loading…
Reference in a new issue