"README.md" did not exist on "fe52c649438b8489c9456681d93a9b3de3d38263"
Can't get &mut gst::BufferRef from &mut gst_video::VideoFrameRef
In VideoFilterImpl::transform_frame_ip
I get a &mut gst_video::VideoFrameRef<&mut gst::BufferRef>
to modify, but I need to be able to add custom meta to the underlying &mut gst::BufferRef
.