gst-plugins-rs/gst-plugin
Sebastian Dröge 0423264fea Hack around floating references
By unsetting the floating flag in our virtual method trampolines if it
was set, and resetting it at the end of the function again if it was
set.

Otherwise we can't safely use any bindings, as the assumptions about
floating references are invalid then and things just crash.
2017-09-24 23:21:15 +03:00
..
src Hack around floating references 2017-09-24 23:21:15 +03:00
Cargo.toml Implement a generic Element implementation infrastructure 2017-09-19 14:56:04 +03:00