Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mediastreamer2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
mediastreamer2
Commits
1afe5d92
Commit
1afe5d92
authored
Oct 02, 2017
by
Mickaël Turnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix H264 decoder on Android not updating received fps
parent
aca57708
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mediacodech264dec.c
src/android/mediacodech264dec.c
+1
-0
No files found.
src/android/mediacodech264dec.c
View file @
1afe5d92
...
...
@@ -440,6 +440,7 @@ static void dec_process(MSFilter *f) {
ms_filter_notify_no_arg
(
f
,
MS_VIDEO_DECODER_FIRST_IMAGE_DECODED
);
}
ms_average_fps_update
(
&
d
->
fps
,
f
->
ticker
->
time
);
ms_queue_put
(
f
->
outputs
[
0
],
om
);
}
else
{
ms_error
(
"MSMediaCodecH264Dec: width and height are not known !"
);
...
...
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