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
998
Issues
998
List
Boards
Labels
Service Desk
Milestones
Merge Requests
202
Merge Requests
202
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
d8e38ee1
Commit
d8e38ee1
authored
Nov 28, 2018
by
Haihao Xiang
Committed by
Tim-Philipp Müller
May 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msdk: add missing breaks
parent
f13f3872
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
sys/msdk/gstmsdkenc.c
sys/msdk/gstmsdkenc.c
+1
-0
sys/msdk/msdk_libva.c
sys/msdk/msdk_libva.c
+1
-0
No files found.
sys/msdk/gstmsdkenc.c
View file @
d8e38ee1
...
...
@@ -175,6 +175,7 @@ ensure_bitrate_control (GstMsdkEnc * thiz)
case
MFX_RATECONTROL_AVBR
:
mfx
->
Accuracy
=
thiz
->
accuracy
;
mfx
->
Convergence
=
thiz
->
convergence
;
break
;
case
MFX_RATECONTROL_VBR
:
option2
->
MaxFrameSize
=
thiz
->
max_frame_size
*
1000
;
...
...
sys/msdk/msdk_libva.c
View file @
d8e38ee1
...
...
@@ -103,6 +103,7 @@ gst_msdk_get_mfx_status_from_va_status (VAStatus va_res)
break
;
case
VA_STATUS_ERROR_INVALID_PARAMETER
:
mfxRes
=
MFX_ERR_INVALID_VIDEO_PARAM
;
break
;
default:
mfxRes
=
MFX_ERR_UNKNOWN
;
break
;
...
...
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