[Bug 754885] Re-enable passthrough mode when no longer scaling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 12 08:49:16 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=754885

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #355386|none                        |reviewed
             status|                            |

--- Comment #11 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 355386:
 --> (https://bugzilla.gnome.org/review?bug=754885&attachment=355386)

::: gst/vaapi/gstvaapipostproc.c
@@ +1444,2 @@
       postproc->width = g_value_get_uint (value);
+      do_reconf = (prev_width != postproc->width) ? TRUE : FALSE;

you can simplify this as

do_reconf = (prev_width != postproc->width);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list