[Bug 793705] msdk: Implement Video Post Processing element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 28 22:45:22 UTC 2018


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

--- Comment #13 from sreerenj <bsreerenj at gmail.com> ---
Review of attachment 370068:
 --> (https://bugzilla.gnome.org/review?bug=793705&attachment=370068)

::: sys/msdk/gstmsdkvpp.c
@@ +239,3 @@
+    goto error_pool_config;
+
+  *aligned_info = info;

aligned_info = &thiz->sinkpad_buffer_pool_info; Or  aligned_info =
&thiz->srcpad_buffer_pool_info;

sinkpad_buffer_pool_info has been used in multiple places.
srcpad_buffer_pool_info is required in future (copy the output buffer if
downstream doesn't have videometa support)

-- 
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