[Bug 793705] msdk: Implement Video Post Processing element
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 30 12:28:11 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=793705
--- Comment #17 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 370068:
--> (https://bugzilla.gnome.org/review?bug=793705&attachment=370068)
::: sys/msdk/gstmsdkvpp.c
@@ +701,3 @@
+ thiz->param.NumExtParam = thiz->num_extra_params;
+ thiz->param.ExtParam = thiz->extra_params;
+ }
The compilation will break at this point and commit, since these two members
are not yet defined.
Also, I wonder if GArray wouldn't make sense here.
--
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