Skip to content

gstreamer/element: Let post_message() and post_error_message() take ownership of the message

Sebastian Dröge requested to merge slomo/gstreamer-rs:message-ownership into master

This is more in line with the C API and simplifies callers in Rust.

Merge request reports