mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
mfc: Fix typo
This commit is contained in:
parent
204ec7efd5
commit
24b5dd72bd
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ gst_mfc_dec_fill_outbuf (GstMFCDec * self, GstBuffer * outbuf,
|
||||||
&& (mem = gst_buffer_peek_memory (outbuf, 0))
|
&& (mem = gst_buffer_peek_memory (outbuf, 0))
|
||||||
&& strcmp (mem->allocator->mem_type, "GstEGLImage") == 0);
|
&& strcmp (mem->allocator->mem_type, "GstEGLImage") == 0);
|
||||||
has_cropping = self->has_cropping && (self->width != self->crop_width
|
has_cropping = self->has_cropping && (self->width != self->crop_width
|
||||||
|| self->height != self->crop_heigth);
|
|| self->height != self->crop_height);
|
||||||
|
|
||||||
/* We only do cropping if we do zerocopy and downstream
|
/* We only do cropping if we do zerocopy and downstream
|
||||||
* supports cropping. For non-zerocopy we can do cropping
|
* supports cropping. For non-zerocopy we can do cropping
|
||||||
|
|
Loading…
Reference in a new issue