Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangfei
gstreamer-vaapi
Commits
e189d9da
Commit
e189d9da
authored
Sep 11, 2019
by
wangfei
Browse files
DMABuf to support RGBA.
parent
b9a6dcd7
Pipeline
#62724
failed with stages
in 16 minutes and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
gst-libs/gst/vaapi/video-format.c
View file @
e189d9da
...
...
@@ -125,7 +125,7 @@ va_format_is_same (const VAImageFormat * fmt1, const VAImageFormat * fmt2)
{
if
(
fmt1
->
fourcc
!=
fmt2
->
fourcc
)
return
FALSE
;
return
va_format_is_rgb
(
fmt1
)
?
va_format_is_same_rgb
(
fmt1
,
fmt2
)
:
TRUE
;
return
TRUE
;
}
static
const
GstVideoFormatMap
*
...
...
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