Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,011
Issues
1,011
List
Boards
Labels
Service Desk
Milestones
Merge Requests
199
Merge Requests
199
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
ac9423fa
Commit
ac9423fa
authored
Jan 02, 2019
by
Haihao Xiang
Committed by
Víctor Manuel Jáquez Leal
Feb 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msdk: map GST_VIDEO_FORMAT_UYVY to VA_FOURCC_UYVY
parent
ea6789fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sys/msdk/gstmsdkallocator_libva.c
sys/msdk/gstmsdkallocator_libva.c
+4
-0
No files found.
sys/msdk/gstmsdkallocator_libva.c
View file @
ac9423fa
...
...
@@ -427,6 +427,10 @@ gst_msdk_export_dmabuf_to_vasurface (GstMsdkContext * context,
va_chroma
=
VA_RT_FORMAT_YUV420_10
;
va_fourcc
=
VA_FOURCC_P010
;
break
;
case
GST_VIDEO_FORMAT_UYVY
:
va_chroma
=
VA_RT_FORMAT_YUV422
;
va_fourcc
=
VA_FOURCC_UYVY
;
break
;
default:
goto
error_unsupported_format
;
}
...
...
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