Skip to content

device, elementfactory: don't enforce floating status

Mathieu Duponchelle requested to merge meh/gstreamer:dont-force-floating into master

The reference we receive when calling g_object_new should be floating, but we can't force it at our level.

Switch from g_object_force_floating() to a simple assertion.

See gst-python#27 (closed)

Merge request reports