Skip to content
Commit 3f5fe44d authored by Marcin Kolny's avatar Marcin Kolny
Browse files

Gst::BaseTransform: pass writable buffer to transform_ip function

transform_ip_vfunc should get writable buffer as an argument. However,
gstreamermm increases refcount (Glib::wrap(outbuf, true)), so the
buffer was not writable anymore. This commit fixes this issue.

https://bugzilla.gnome.org/show_bug.cgi?id=794250
parent 4d1efb14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment