V4l2h264dec keeps incrementing in logs when revisiting webpage with video #755
Answered
by
philn
bopete1313
asked this question in
Q&A
|
Hi, I’m running Cog/Wpewebkit browser on raspberry pi 4 and showing a video on my React.js website. I have an autoplaying video on one of the pages. Every time I leave and navigate back to the page, I noticed in the logs that “v4l2h264dec0” increments to v4l2h264dec1, v4l2h264dec2, v4l2h264dec3, etc… I’m also noticing “media-player-1”, media-player-2, etc… When I navigate away I see the following in the logs after the video goes to paused: Is this normal or does this point to a possible memory leak or pipelines not being released? Thanks |
Answered by
philn
Mar 26, 2025
Replies: 1 comment
|
This is no indication of a leak. If you want to check for leaks, use valgrind's massif, heaptrack, or leaksan. |
0 replies
Answer selected by
bopete1313
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is no indication of a leak. If you want to check for leaks, use valgrind's massif, heaptrack, or leaksan.