device: Enforce that elements created by gst_device_create_element() are floating
authorSebastian Dröge <sebastian@centricular.com>
Thu, 12 Sep 2019 07:08:39 +0000 (10:08 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 14 Sep 2019 23:26:54 +0000 (00:26 +0100)
commitcc6342d853f4252c5d5cf09fff9d3379ad467fbc
tree62586f1ec511ade12f7bc4c95215a3aedc147f52
parent937a6ca6d323a4309f9b9f019a39a3b93cf243e7
device: Enforce that elements created by gst_device_create_element() 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/gstdevice.c