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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 12 07:18:59 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 #355383|none                        |reviewed
             status|                            |

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

::: gst/vaapi/gstvaapipostproc.c
@@ +1438,3 @@
     case PROP_FORMAT:
       postproc->format = g_value_get_enum (value);
+      do_reconf = TRUE;

what if format or width are the same?

@@ +1445,3 @@
       break;
     case PROP_HEIGHT:
       postproc->height = g_value_get_uint (value);

shouldn't height be handled as the format and 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