linux icon indicating copy to clipboard operation
linux copied to clipboard

staging: bcm2835_codec: Pass framerate to the component if set late

Open 6by9 opened this issue 10 months ago • 1 comments

For video encoding, if the framerate was set after the component was created, then it wasn't set correctly on the port, and an old value was encoded in the bitstream.

Update the port status when the framerate is set.

https://github.com/raspberrypi/rpicam-apps/issues/664

6by9 avatar Apr 17 '24 14:04 6by9

@popcornmix @naushir Any chance of a review or comment?

Naush - it fixes the codec storing the wrong framerate that was raised in https://github.com/raspberrypi/rpicam-apps/issues/664

6by9 avatar May 13 '24 16:05 6by9

Apart from the setting of ret commend, looks good to me.

naushir avatar May 14 '24 07:05 naushir