videocrop: does not update correctly meta data in PLAYING state
When videocrop works in "in-place" mode, the plugin does not update correctly meta data in PLAYING state if someone changes parameters on the fly. Inside gst_video_crop_transform_ip function there is crop_meta->x += vcrop->crop_left; crop_meta->y += vcrop->crop_top;
but in "in-place" mode, crop_left, crop_top etc... are not updated. Only prop_left, prop_top are changed when someone changes crop parameters.