mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/vf: Fix typo
This commit is contained in:
parent
a409ed6141
commit
b067d3b0c2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue