"GStreamer" (GNOME Bugzilla)
2018-02-21 09:32:29 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=793686
Bug ID: 793686
Summary: Unneeded BLIT operation when target is encoder (ex:
vaapih264enc)
Classification: Platform
Product: GStreamer
Version: 1.12.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@intel.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
This operation
12.4/gstreamer-vaapi-1.12.4/gst-libs/gst/vaapi/gstvaapifilter.c:
pipeline_param->output_background_color = 0xff000000;
force BLIT usage (visible with Vtune or intel_gpu_top) - or this is only needed
when target is Display... useless when target is encoder (where Alpha is
ignored)
This cause extra HW resource usage that can be prevented as this operation is
not needed in encoder cases
Can we make this output_background_color configurable (or skip this operation
in encode pipeline) ?
Bug ID: 793686
Summary: Unneeded BLIT operation when target is encoder (ex:
vaapih264enc)
Classification: Platform
Product: GStreamer
Version: 1.12.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer-vaapi
Assignee: gstreamer-***@lists.freedesktop.org
Reporter: ***@intel.com
QA Contact: gstreamer-***@lists.freedesktop.org
CC: ***@gmail.com, ***@igalia.com
GNOME version: ---
This operation
12.4/gstreamer-vaapi-1.12.4/gst-libs/gst/vaapi/gstvaapifilter.c:
pipeline_param->output_background_color = 0xff000000;
force BLIT usage (visible with Vtune or intel_gpu_top) - or this is only needed
when target is Display... useless when target is encoder (where Alpha is
ignored)
This cause extra HW resource usage that can be prevented as this operation is
not needed in encoder cases
Can we make this output_background_color configurable (or skip this operation
in encode pipeline) ?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.