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
8a8688c6
Commit
8a8688c6
authored
Jan 22, 2021
by
Víctor Manuel Jáquez Leal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
va: filter: fix assignation to proper variable
Fix the result of a wrong copy&paste Fixes:
#1501
Part-of: <
!1976
>
parent
1f7681c3
Pipeline
#259892
waiting for manual action with stages
in 45 seconds
Changes
1
Pipelines
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 @
8a8688c6
...
...
@@ -150,7 +150,7 @@ gst_va_filter_init (GstVaFilter * self)
self
->
min_height
=
1
;
self
->
max_height
=
G_MAXINT
;
self
->
min_width
=
1
;
self
->
max_
height
=
G_MAXINT
;
self
->
max_
width
=
G_MAXINT
;
}
GstVaFilter
*
...
...
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