element: Enforce that elements created by gst_element_factory_create/make() are floating
authorSebastian Dröge <sebastian@centricular.com>
Thu, 12 Sep 2019 07:09:18 +0000 (10:09 +0300)
committerSebastian Dröge <slomo@coaxion.net>
Thu, 12 Sep 2019 09:50:17 +0000 (09:50 +0000)
commit9cf764b2ec5d03c89e7c13f3244210c3d9141d7b
tree34a7528c44699df2eda9fe0ab012a7d3ad147e9f
parent341ee451558cfcf82cce4c3de1116eed3112f0d5
element: Enforce that elements created by gst_element_factory_create/make() are floating

Bindings might have a hard time making sure that the reference is indeed
still floating after returning here.

See https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/444
gst/gstelementfactory.c