Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
138
Issues
138
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
755e3e93
Commit
755e3e93
authored
Oct 09, 2020
by
Pierre Lespagnol
Committed by
Adrien Béraud
Oct 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accel: temporarily disable vaapi to fix crashes
Change-Id: I3f15e30823a35f61366069f25e3f9d65af449b8c
parent
c2689185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
src/media/video/accel.cpp
src/media/video/accel.cpp
+17
-17
No files found.
src/media/video/accel.cpp
View file @
755e3e93
...
...
@@ -51,14 +51,14 @@ static std::list<HardwareAPI> apiListDec = {
{
AV_CODEC_ID_H264
,
AV_CODEC_ID_HEVC
,
AV_CODEC_ID_VP8
,
AV_CODEC_ID_MJPEG
},
{{
"default"
,
DeviceState
::
NOT_TESTED
},
{
"1"
,
DeviceState
::
NOT_TESTED
},
{
"2"
,
DeviceState
::
NOT_TESTED
}},
false
},
{
"vaapi"
,
AV_HWDEVICE_TYPE_VAAPI
,
AV_PIX_FMT_VAAPI
,
AV_PIX_FMT_NV12
,
{
AV_CODEC_ID_H264
,
AV_CODEC_ID_MPEG4
,
AV_CODEC_ID_VP8
},
{{
"default"
,
DeviceState
::
NOT_TESTED
},
{
"/dev/dri/renderD128"
,
DeviceState
::
NOT_TESTED
},
{
"/dev/dri/renderD129"
,
DeviceState
::
NOT_TESTED
},
{
":0"
,
DeviceState
::
NOT_TESTED
}},
false
},
//
{"vaapi",
//
AV_HWDEVICE_TYPE_VAAPI,
//
AV_PIX_FMT_VAAPI,
//
AV_PIX_FMT_NV12,
//
{AV_CODEC_ID_H264, AV_CODEC_ID_MPEG4, AV_CODEC_ID_VP8},
//
{{"default", DeviceState::NOT_TESTED}, {"/dev/dri/renderD128", DeviceState::NOT_TESTED},
//
{"/dev/dri/renderD129", DeviceState::NOT_TESTED}, {":0", DeviceState::NOT_TESTED}},
//
false},
{
"vdpau"
,
AV_HWDEVICE_TYPE_VDPAU
,
AV_PIX_FMT_VDPAU
,
...
...
@@ -90,15 +90,15 @@ static std::list<HardwareAPI> apiListEnc = {
{
AV_CODEC_ID_H264
,
AV_CODEC_ID_HEVC
},
{{
"default"
,
DeviceState
::
NOT_TESTED
},
{
"1"
,
DeviceState
::
NOT_TESTED
},
{
"2"
,
DeviceState
::
NOT_TESTED
}},
true
},
{
"vaapi"
,
AV_HWDEVICE_TYPE_VAAPI
,
AV_PIX_FMT_VAAPI
,
AV_PIX_FMT_NV12
,
{
AV_CODEC_ID_H264
,
AV_CODEC_ID_HEVC
,
AV_CODEC_ID_VP8
},
{{
"default"
,
DeviceState
::
NOT_TESTED
},
{
"/dev/dri/renderD128"
,
DeviceState
::
NOT_TESTED
},
{
"/dev/dri/renderD129"
,
DeviceState
::
NOT_TESTED
},
{
":0"
,
DeviceState
::
NOT_TESTED
}},
false
},
//
{"vaapi",
//
AV_HWDEVICE_TYPE_VAAPI,
//
AV_PIX_FMT_VAAPI,
//
AV_PIX_FMT_NV12,
//
{AV_CODEC_ID_H264, AV_CODEC_ID_HEVC, AV_CODEC_ID_VP8},
//
{{"default", DeviceState::NOT_TESTED}, {"/dev/dri/renderD128", DeviceState::NOT_TESTED},
//
{"/dev/dri/renderD129", DeviceState::NOT_TESTED},
//
{":0", DeviceState::NOT_TESTED}},
//
false},
{
"videotoolbox"
,
AV_HWDEVICE_TYPE_VIDEOTOOLBOX
,
AV_PIX_FMT_VIDEOTOOLBOX
,
...
...
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