d/vf: Fix typo

This commit is contained in:
Moses Turner 2021-10-01 09:51:51 -05:00 committed by Jakob Bornecrantz
parent a409ed6141
commit b067d3b0c2

View file

@ -188,7 +188,7 @@ vf_fs_frame(struct vf_fs *vid, GstSample *sample)
if (!gst_video_frame_map(&vff->frame, &info, buffer, GST_MAP_READ)) {
VF_ERROR(vid, "Failed to map frame %d", seq);
// Yes, we should do this here because we don't want the destroy function to to run.
// Yes, we should do this here because we don't want the destroy function to run.
free(vff);
return;
}