Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
812973fb
Commit
812973fb
authored
Feb 17, 2021
by
Víctor Manuel Jáquez Leal
Committed by
GStreamer Merge Bot
Feb 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
va: filter: human readable background color
Part-of: <
!2023
>
parent
c6c71c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sys/va/gstvafilter.c
sys/va/gstvafilter.c
+1
-1
No files found.
sys/va/gstvafilter.c
View file @
812973fb
...
...
@@ -986,7 +986,7 @@ _create_pipeline_buffer (GstVaFilter * self, VASurfaceID surface,
.
surface_region
=
src_rect
,
.
surface_color_standard
=
VAProcColorStandardNone
,
.
output_region
=
dst_rect
,
.
output_background_color
=
0xff000000
,
.
output_background_color
=
0xff000000
,
/* ARGB black */
.
output_color_standard
=
VAProcColorStandardNone
,
.
filters
=
filters
,
.
num_filters
=
num_filters
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment