device, elementfactory: relax floating requirement
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 10 Dec 2019 12:31:50 +0000 (13:31 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 10 Dec 2019 12:31:50 +0000 (13:31 +0100)
commite79def14a5c47ef7c3660e17fd183d25dc82ae3f
tree42eee05f97639a31dd1f9c7d1f41edd18cecd3a0
parent9861ad2e12011aeece51f838a94dbc5712f98bfb
device, elementfactory: relax floating requirement

Using g_assert() is a bit too extreme, as it will abort the whole
program unless G_DISABLE_ASSERTS is true.

Switch to g_critical()
gst/gstdevice.c
gst/gstelementfactory.c